#include <AnyData.h>
Public Member Functions | |
void * | address () |
void const * | address () const |
template<typename T > | |
T & | data () |
template<typename T > | |
T | data () const |
template<> | |
int & | data () |
template<> | |
int | data () const |
Public Attributes | |
bool | b |
char | c |
double | d |
float | f |
int | i |
long long | l |
void * | p |
short | s |
char * | ss |
unsigned char | uc |
unsigned int | ui |
unsigned long long | ul |
unsigned short | us |
char | v [8] |
|
inline |
Definition at line 24 of file AnyData.h.
References v.
Referenced by ora::AnyTypeHandler< bool * >::create(), data(), ora::AnyTypeHandler< bool * >::destroy(), and ora::AnyTypeHandler< bool * >::set().
|
inline |
|
inline |
Definition at line 29 of file AnyData.h.
References address().
Referenced by cuy.FindIssue::__init__(), and ora::SimpleTypeHandler< T >::set().
|
inline |
Definition at line 32 of file AnyData.h.
References address(), and compareJSON::const.
Referenced by cuy.FindIssue::__init__().
|
inline |
|
inline |
float ora::AnyData::f |
Definition at line 19 of file AnyData.h.
Referenced by Vispa.Views.RootCanvasView.RootCanvasView::createGraph(), Vispa.Views.RootCanvasView.RootCanvasView::createLegoPlot(), and ztail.Decoder::initial_synchronize().
long long ora::AnyData::l |
Definition at line 17 of file AnyData.h.
Referenced by SequenceTypes.ExpandVisitor::leave(), and SequenceTypes.ExpandVisitor::result().
void* ora::AnyData::p |
Definition at line 21 of file AnyData.h.
Referenced by ora::VoidStarHandler::address(), ora::AnyTypeHandler< bool * >::address(), ora::AnyTypeHandler< bool * >::create(), Vispa.Views.RootCanvasView.RootCanvasView::createGraph(), Vispa.Views.RootCanvasView.RootCanvasView::createLegoPlot(), ora::AnyTypeHandler< bool * >::destroy(), ora::VoidStarHandler::set(), and ora::AnyTypeHandler< bool * >::set().