xvr2::Object Class Reference

#include <xvr2/Object.h>

Inheritance diagram for xvr2::Object:

Inheritance graph
[legend]

List of all members.


Detailed Description

This one is the most primitive of all the classes, the first ancestor.

All X-VR2 classes are derived from this guy.

Todo:
Polish Object documentation.

Definition at line 27 of file Object.h.


Public Member Functions

 Object ()
 Default constructor, it does nothing.
virtual const char * getClassName ()
 Returns the name of the current class.
virtual ~Object ()
virtual std::string toString ()

Static Public Member Functions

static void debugmsg (Object *obj, const char *msg, int linenumber=__LINE__, const char *srcfile=__FILE__)
 Will print a debug message to the screen.
static void debugmsgln (Object *obj, const char *msg, int linenumber=__LINE__, const char *srcfile=__FILE__)

Protected Attributes

std::string __cls_name

Friends

std::ostream & operator<< (std::ostream &stream, const Object &s)

Constructor & Destructor Documentation

xvr2::Object::Object (  ) 

Default constructor, it does nothing.

virtual xvr2::Object::~Object (  )  [virtual]


Member Function Documentation

virtual const char* xvr2::Object::getClassName (  )  [virtual]

Returns the name of the current class.

static void xvr2::Object::debugmsg ( Object obj,
const char *  msg,
int  linenumber = __LINE__,
const char *  srcfile = __FILE__ 
) [static]

Will print a debug message to the screen.

static void xvr2::Object::debugmsgln ( Object obj,
const char *  msg,
int  linenumber = __LINE__,
const char *  srcfile = __FILE__ 
) [static]

virtual std::string xvr2::Object::toString (  )  [virtual]


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  stream,
const Object s 
) [friend]


Member Data Documentation

std::string xvr2::Object::__cls_name [protected]

Definition at line 30 of file Object.h.


The documentation for this class was generated from the following file:

Generated on Fri Jun 20 22:55:55 2008 for X-VR2 SDK by  doxygen 1.5.5