Siena Simplification Library Documentation (v. 1.1.4)

Message::Value Class Reference

Class used as the internal storage of attribute values. More...

#include <ssimp_types.h>

List of all members.

Public Member Functions

 Value (bool b)
 Value (double d)
 Value (int i)
 Value (std::string s)
 Value (const Value &v)
const Valueoperator= (const Value &v)
size_t bytesize () const
std::string str () const

Public Attributes

siena::type_id type
std::string s_value
bool b_value
double d_value
int i_value


Detailed Description

Class used as the internal storage of attribute values.


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