#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.
| 
 | inline | 
Definition at line 60 of file IOFunctions.h.
| 
 | inline | 
Definition at line 62 of file IOFunctions.h.
| 
 | friend | 
Definition at line 68 of file IOFunctions.h.
| 
 | 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.