FME Server C++ API 3.0

IFMEServerLogFileInfo Class Reference

IFMEServerLogFileInfo interface. More...

#include <ifmeserverlogfileinfo.h>

List of all members.

Public Member Functions

virtual FME_Int32 getSize () const =0

Protected Member Functions

 IFMEServerLogFileInfo ()
virtual ~IFMEServerLogFileInfo ()

Private Member Functions

 IFMEServerLogFileInfo (const IFMEServerLogFileInfo &other)
IFMEServerLogFileInfooperator= (const IFMEServerLogFileInfo &other)

Detailed Description

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.


Constructor & Destructor Documentation

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

Member Function Documentation

virtual FME_Int32 IFMEServerLogFileInfo::getSize ( ) const [pure virtual]

Gets a boolean representing whether or not this service is currently enabled

Returns:
a boolean representing whether or not this service is currently enabled
IFMEServerLogFileInfo& IFMEServerLogFileInfo::operator= ( const IFMEServerLogFileInfo other) [private]

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