Typelib::Value Class Reference

#include <typelib/value.hh>

List of all members.

Public Member Functions

 Value ()
 Value (void *data, Type const &type)
void * getData () const
Type const & getType () const
bool operator== (Value const &with) const
bool operator!= (Value const &with) const


Detailed Description

A Value object is raw data given through a void* pointer typed by a Type object

There are two basic operations on value object:


Constructor & Destructor Documentation

Typelib::Value::Value (  )  [inline]

Typelib::Value::Value ( void *  data,
Type const &  type 
) [inline]


Member Function Documentation

void* Typelib::Value::getData (  )  const [inline]

Type const& Typelib::Value::getType (  )  const [inline]

bool Typelib::Value::operator== ( Value const &  with  )  const [inline]

References m_data, and m_type.

bool Typelib::Value::operator!= ( Value const &  with  )  const [inline]

References m_data, and m_type.


The documentation for this class was generated from the following file:

Generated on Thu Jan 22 16:38:07 2009 for typeLib by doxygen 1.5.6
SourceForge.net Project Page