FME Server C++ API 3.0
|
IFMEServerLogFileInfo interface. More...
#include <ifmeserverlogfileinfo.h>
Public Member Functions | |
virtual FME_Int32 | getSize () const =0 |
Protected Member Functions | |
IFMEServerLogFileInfo () | |
virtual | ~IFMEServerLogFileInfo () |
Private Member Functions | |
IFMEServerLogFileInfo (const IFMEServerLogFileInfo &other) | |
IFMEServerLogFileInfo & | operator= (const IFMEServerLogFileInfo &other) |
IFMEServerLogFileInfo 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.
IFMEServerLogFileInfo::IFMEServerLogFileInfo | ( | ) | [inline, protected] |
virtual IFMEServerLogFileInfo::~IFMEServerLogFileInfo | ( | ) | [inline, protected, virtual] |
IFMEServerLogFileInfo::IFMEServerLogFileInfo | ( | const IFMEServerLogFileInfo & | other | ) | [private] |
virtual FME_Int32 IFMEServerLogFileInfo::getSize | ( | ) | const [pure virtual] |
Gets a boolean representing whether or not this service is currently enabled
IFMEServerLogFileInfo& IFMEServerLogFileInfo::operator= | ( | const IFMEServerLogFileInfo & | other | ) | [private] |