SSimpleValue Class Template Reference
[Utility Classes and Functions]

#include <support/Value.h>

Inheritance diagram for SSimpleValue:

static_small_value List of all members.

Detailed Description

template<class T>
class SSimpleValue< T >

Convenience for creating simple data values.

This class is more efficient than the corresponding SValue method such as SValue::Int32(), but semantically they are equivalent.

SSimpleValue allows you to create integers, booleans, and floats. Use SSimpleStatusValue to create status codes.


Public Member Functions

 SSimpleValue (int32_t tc, T v)
 SSimpleValue (T v)


Constructor & Destructor Documentation

SSimpleValue v  )  [inline]
 

SSimpleValue int32_t  tc,
v
[inline]
 


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