FME Server C++ API 3.0

IFMEServerPath Class Reference

IFMEServerPath interface. More...

#include <ifmeserverpath.h>

List of all members.

Public Member Functions

virtual void getAbsolutePath (IFMEServerString &absPath) const =0
virtual void getDirPath (IFMEServerString &dirPath) const =0
virtual void getName (IFMEServerString &name) const =0

Protected Member Functions

 IFMEServerPath ()
virtual ~IFMEServerPath ()

Private Member Functions

 IFMEServerPath (const IFMEServerPath &other)
IFMEServerPathoperator= (const IFMEServerPath &other)

Detailed Description

IFMEServerPath interface.

Package Overview:

This file defines the interface that subclasses of this class MUST follow.

Developers MUST NOT implement their own subclasses of this, instead, the FME will ALWAYS provide them with the subclass instance they should be using.


Constructor & Destructor Documentation

IFMEServerPath::IFMEServerPath ( ) [inline, protected]
virtual IFMEServerPath::~IFMEServerPath ( ) [inline, protected, virtual]
IFMEServerPath::IFMEServerPath ( const IFMEServerPath other) [private]

Member Function Documentation

virtual void IFMEServerPath::getAbsolutePath ( IFMEServerString absPath) const [pure virtual]

Gets the absolute path.

Parameters:
thereturned absolute path.
virtual void IFMEServerPath::getDirPath ( IFMEServerString dirPath) const [pure virtual]

Gets the directory path.

Parameters:
thereturned directory path.
virtual void IFMEServerPath::getName ( IFMEServerString name) const [pure virtual]

Gets the name.

Parameters:
thereturned name.
IFMEServerPath& IFMEServerPath::operator= ( const IFMEServerPath other) [private]

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines