FME Server C++ API 3.0
|
IFMEServerPath interface. More...
#include <ifmeserverpath.h>
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) | |
IFMEServerPath & | operator= (const IFMEServerPath &other) |
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.
IFMEServerPath::IFMEServerPath | ( | ) | [inline, protected] |
virtual IFMEServerPath::~IFMEServerPath | ( | ) | [inline, protected, virtual] |
IFMEServerPath::IFMEServerPath | ( | const IFMEServerPath & | other | ) | [private] |
virtual void IFMEServerPath::getAbsolutePath | ( | IFMEServerString & | absPath | ) | const [pure virtual] |
Gets the absolute path.
the | returned absolute path. |
virtual void IFMEServerPath::getDirPath | ( | IFMEServerString & | dirPath | ) | const [pure virtual] |
Gets the directory path.
the | returned directory path. |
virtual void IFMEServerPath::getName | ( | IFMEServerString & | name | ) | const [pure virtual] |
Gets the name.
the | returned name. |
IFMEServerPath& IFMEServerPath::operator= | ( | const IFMEServerPath & | other | ) | [private] |