class VIoException : public VException

VIoException

Inheritance:


Public Methods

void doWork()
to the work specified by this functor
string getName( void )
VFunctor& operator=(const VFunctor& other)
assignment operator
VFunctor(VFUNC func, void* args)
constructor. Takes a VFUNC and the arguments to that VFUNC
VFunctor(const VFunctor& other)
copy constructor

Inherited from VException:

Public Methods

string getDescription()
int getError()
VEnvVar(const mstring& variable, const mstring& defvalue)
VEnvVar(const mstring& variable)

Protected Fields

int errorCode
string fileName
int lineNumber
string message

Protected Methods

void log()

Documentation

VIoException
VFunctor(VFUNC func, void* args)
constructor. Takes a VFUNC and the arguments to that VFUNC

void doWork()
to the work specified by this functor

VFunctor(const VFunctor& other)
copy constructor

VFunctor& operator=(const VFunctor& other)
assignment operator

string getName( void )


This class has no child classes.

alphabetic index hierarchy of classes


generated by doc++