Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

Any Class Reference

#include <any.h>

List of all members.

Public Member Functions

 Any (int value)
 Any (unsigned int value)
 Any (double value)
 Any (const std::string &value)
Any_t getType () const
int getInt () const
unsigned int getUInt () const
double getDouble () const
const std::string & getString () const

Private Attributes

Any_t m_type
int m_int_value
unsigned int m_uint_value
double m_double_value
std::string m_string_value

Friends

std::ostream & operator<< (std::ostream &os, const Any &any)


Detailed Description

Author:
Victor STINNER

Definition at line 39 of file any.h.


The documentation for this class was generated from the following files:
Generated on Sat Nov 11 10:21:10 2006 for OpenCity by  doxygen 1.4.2