tlp::datatype(3)
NAME
tlp::DataType
SYNOPSIS
#include <Reflect.h> Inherits tlp::DataMem. Public Member Functions DataType () DataType (void *value, const std::string typeName) virtual DataType * clone ()=0 Public Attributes void * value std::string typeName
Constructor & Destructor Documentation
tlp::DataType::DataType () [inline] tlp::DataType::DataType (void * value, const std::string typeName) [inline]
Member Function Documentation
virtual DataType* tlp::DataType::clone () [pure virtual]
Member Data Documentation
std::string tlp::DataType::typeName void* tlp::DataType::value
Author
- Generated automatically by Doxygen for Tulip Graph Library from the
source code.