| Siena Simplification Library Documentation (v. 1.1.5) |
Class used as the internal storage of attribute values. More...
#include <ssimp_types.h>
Public Member Functions | |
| Value (bool b) | |
| Value (double d) | |
| Value (int i) | |
| Value (std::string s) | |
| Value (const Value &v) | |
| const Value & | operator= (const Value &v) |
| size_t | bytesize () const |
| std::string | str () const |
Public Attributes | |
| siena::type_id | type |
| union { | |
| bool b_value | |
| double d_value | |
| int i_value | |
| }; | |
| std::string | s_value |
Class used as the internal storage of attribute values.
|
Copyright © 2001-2004 University of Colorado.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". This documentation is authored and maintained by Matthew J. Rutherford |