#include <support/Value.h>
Inheritance diagram for SSimpleValue:
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) |
|
|
|
|