FME Server C++ API 3.0

IFMEServerResource Class Reference

IFMEServerResource interface. More...

#include <ifmeserverresource.h>

List of all members.

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)
IFMEServerResourceoperator= (const IFMEServerResource &other)

Detailed Description

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.


Constructor & Destructor Documentation

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

Member Function Documentation

virtual void IFMEServerResource::getDescription ( IFMEServerString description) const [pure virtual]

Gets the description of the resource.

Parameters:
descriptionreturns the description of the resource.
virtual FME_UInt32 IFMEServerResource::getFileSize ( ) const [pure virtual]

Gets the file size of the resource.

Returns:
the file size of the resource
virtual void IFMEServerResource::getName ( IFMEServerString name) const [pure virtual]

Gets the name of the resource.

Parameters:
namereturns the name of the resource
IFMEServerResource& IFMEServerResource::operator= ( const IFMEServerResource other) [private]

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