#include <Map.h>
Definition at line 24 of file Map.h.
Public Member Functions | |
Map () | |
void | lock () |
void | unlock () |
virtual const char * | getClassName () |
Returns the name of the current class. | |
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 | |
xvr2::Mutex | mm |
std::string | __cls_name |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const Object &s) |
void xvr2::Map< _Key, _Tp, _Compare, _Alloc >::lock | ( | ) | [inline] |
void xvr2::Map< _Key, _Tp, _Compare, _Alloc >::unlock | ( | ) | [inline] |
virtual const char* xvr2::Object::getClassName | ( | ) | [virtual, inherited] |
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, inherited] |
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, inherited] |
virtual std::string xvr2::Object::toString | ( | ) | [virtual, inherited] |
std::ostream& operator<< | ( | std::ostream & | stream, | |
const Object & | s | |||
) | [friend, inherited] |
xvr2::Mutex xvr2::Map< _Key, _Tp, _Compare, _Alloc >::mm [protected] |
Definition at line 28 of file Map.h.
Referenced by xvr2::Map< xvr2::String, xvr2::String, xvr2::Net::URI::_cmpf >::lock(), and xvr2::Map< xvr2::String, xvr2::String, xvr2::Net::URI::_cmpf >::unlock().
std::string xvr2::Object::__cls_name [protected, inherited] |