FME Server C++ API 3.0
|
IFMEServerResource interface. More...
#include <ifmeserverresource.h>
Public Member Functions | |
virtual void | getDescription (IFMEServerString &description) const =0 |
virtual FME_UInt32 | getFileSize () const =0 |
virtual void | getName (IFMEServerString &name) const =0 |
Protected Member Functions | |
IFMEServerResource () | |
virtual | ~IFMEServerResource () |
Private Member Functions | |
IFMEServerResource (const IFMEServerResource &other) | |
IFMEServerResource & | operator= (const IFMEServerResource &other) |
IFMEServerResource 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.
IFMEServerResource::IFMEServerResource | ( | ) | [inline, protected] |
virtual IFMEServerResource::~IFMEServerResource | ( | ) | [inline, protected, virtual] |
IFMEServerResource::IFMEServerResource | ( | const IFMEServerResource & | other | ) | [private] |
virtual void IFMEServerResource::getDescription | ( | IFMEServerString & | description | ) | const [pure virtual] |
Gets the description of the resource.
description | returns the description of the resource. |
virtual FME_UInt32 IFMEServerResource::getFileSize | ( | ) | const [pure virtual] |
Gets the file size of the resource.
virtual void IFMEServerResource::getName | ( | IFMEServerString & | name | ) | const [pure virtual] |
Gets the name of the resource.
name | returns the name of the resource |
IFMEServerResource& IFMEServerResource::operator= | ( | const IFMEServerResource & | other | ) | [private] |