#include "bbtkAny.h"
#include "bbtkRTTI.h"
Go to the source code of this file.
Classes | |
class | bbtk::DataInfo |
Object storing informations on a data type : includes C++ type info (std::type_info) and a string describing the "nature" of the data (what is the content of the structure). More... | |
Namespaces | |
namespace | bbtk |
Functions | |
std::ostream & | bbtk::operator<< (std::ostream &s, const DataInfo &d) |
dump in a stream |
Data is bbtk general type exchanged between black boxes (adapted from boost::any). DataInfo is the bbtk type of object storing informations on a data type : includes C++ type info (std::type_info) and a string describing the "nature" of the data (what is the content of the structure).
Definition in file bbtkData.h.