Method |
Description |
---|
AcRxValue::AcRxValue () |
Default constructor, the value type is empty. |
AcRxValue::AcRxValue (AcRxValue&) |
Copy constructor. Instantiates an object initialized to the same content as the input object. |
AcRxValue::AcRxValue (AcRxValueType&, AcRxValue&) |
The object can be constructed using the type and value. For example, we can use this to create an enumerated type from an integer. |
AcRxValue::AcRxValue (ValueType&) |
Function template that can be used to create blittable types. This must be specialized for non-blittable types |