TC::LittleEndianValue< T > Class Template Reference
[Base Classes and Functions]

Class for all kind of basic types where the byte ordering is always little endian. More...

#include <TCValue.h>

Inheritance diagram for TC::LittleEndianValue< T >:

Inheritance graph
[legend]
Collaboration diagram for TC::LittleEndianValue< T >:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 LittleEndianValue ()
 LittleEndianValue (const LittleEndianValue< T > &val)
 LittleEndianValue (const T &val)


Detailed Description

template<class T>
class TC::LittleEndianValue< T >

Class for all kind of basic types where the byte ordering is always little endian.

Definition at line 192 of file TCValue.h.


Constructor & Destructor Documentation

template<class T >
TC::LittleEndianValue< T >::LittleEndianValue (  )  [inline]

Definition at line 195 of file TCValue.h.

template<class T >
TC::LittleEndianValue< T >::LittleEndianValue ( const LittleEndianValue< T > &  val  )  [inline]

Definition at line 196 of file TCValue.h.

template<class T >
TC::LittleEndianValue< T >::LittleEndianValue ( const T &  val  )  [inline]

Definition at line 197 of file TCValue.h.


The documentation for this class was generated from the following file:

Copyright (c) Thomas Goessler 2003 - 2008