Allow access to the value in an OPER and to create an OPER from a typed C++ value. Template specialization are provided for:
Static Public Member Functions | |
| T | get (OPER *oper) |
| Decode an OPER into the C++ type T. | |
| void | make (OPER *oper, const T &value) |
| Fills an OPER from the C++ type T. | |
|
||||||||||
|
Decode an OPER into the C++ type T.
|
|
||||||||||||||||
|
Fills an OPER from the C++ type T.
|
1.3.8