|
RTI Connext Modern C++ API Version 7.6.0
|
<<extension>> <<value-type>> Encapsulates an IDL long double
More...
#include <LongDouble.hpp>
Inherits rti::core::NativeValueType< T, NATIVE_T, ADAPTER >.
Public Member Functions | |
| LongDouble () | |
| Creates a long double with value 0. More... | |
| char | operator[] (size_t i) const |
| Access a byte (0 to 15) More... | |
| char & | operator[] (size_t i) |
| Access a byte (0 to 15) More... | |
<<extension>> <<value-type>> Encapsulates an IDL long double
Since the representation of a C++ long double is not portable, this class encapsulates an IDL 16-byte long double.
|
inline |
Creates a long double with value 0.
|
inline |
Access a byte (0 to 15)
|
inline |
Access a byte (0 to 15)