#include <IOFunctions.h>
Public Member Functions | |
ConverterToAndFromBytes (T v=static_cast< T >(0)) | |
void | swapBytes () |
Public Attributes | |
union { | |
char bytes [sizeof(T)] | |
T v | |
}; | |
Friends | |
std::ostream & | operator<< (std::ostream &out, const ConverterToAndFromBytes &c) |
std::istream & | operator>> (std::istream &in, ConverterToAndFromBytes &c) |
Definition at line 52 of file IOFunctions.h.
PointMatcherSupport::ConverterToAndFromBytes< T >::ConverterToAndFromBytes | ( | T | v = static_cast<T>(0) | ) | [inline] |
Definition at line 60 of file IOFunctions.h.
void PointMatcherSupport::ConverterToAndFromBytes< T >::swapBytes | ( | ) | [inline] |
Definition at line 62 of file IOFunctions.h.
std::ostream& operator<< | ( | std::ostream & | out, |
const ConverterToAndFromBytes< T > & | c | ||
) | [friend] |
Definition at line 68 of file IOFunctions.h.
std::istream& operator>> | ( | std::istream & | in, |
ConverterToAndFromBytes< T > & | c | ||
) | [friend] |
Definition at line 73 of file IOFunctions.h.
union { ... } |
char PointMatcherSupport::ConverterToAndFromBytes< T >::bytes[sizeof(T)] |
Definition at line 57 of file IOFunctions.h.
T PointMatcherSupport::ConverterToAndFromBytes< T >::v |
Definition at line 56 of file IOFunctions.h.