last update 20 Sep 2009 |
#include <string>
Go to the source code of this file.
Classes | |
class | cvr::object |
Base class for most objects in the CVR-Lib. More... | |
Namespaces | |
namespace | cvr |
Defines | |
#define | _CVR_RETURN_CLASS_NAME |
Functions | |
bool | cvr::isNull (const void *p) |
bool | cvr::notNull (const void *p) |
#define _CVR_RETURN_CLASS_NAME |
Value:
static const std::string theName = this->buildName(); \ return theName;