Siena Fast Forwarding documentation (v. 1.0.0)

Main Page   Class Hierarchy   Compound List   File List   Compound Members   Examples  

sx_value Class Reference

#include <siena_types.h>

List of all members.

Public Methods

 sx_value ()
 ~sx_value ()
 sx_value (const sx_value &x)
 sx_value (sx_int_t x)
 sx_value (sx_bool_t x)
 sx_value (sx_double_t x)
 sx_value (const sx_string_t &x)
sx_type type () const
const sx_string_t & string_value () const
sx_int_t int_value () const
sx_bool_t bool_value () const
sx_double_t double_value () const
sx_value & operator= (const sx_value &x)
sx_value & operator= (const string &s)
sx_value & operator= (sx_int_t i)
sx_value & operator= (sx_bool_t b)
sx_value & operator= (sx_double_t d)

Private Attributes

sx_type _type
sx_string_t * string_v
sx_int_t int_v
sx_bool_t bool_v
sx_double_t double_v


Detailed Description

generic Siena value type


The documentation for this class was generated from the following file:
Copyright © 2001-2002 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 Antonio Carzaniga