TC::BigEndianValue< 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::BigEndianValue< T >:

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

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


Detailed Description

template<class T>
class TC::BigEndianValue< T >

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

Definition at line 205 of file TCValue.h.


Constructor & Destructor Documentation

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

Definition at line 208 of file TCValue.h.

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

Definition at line 209 of file TCValue.h.

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

Definition at line 210 of file TCValue.h.


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

Copyright (c) Thomas Goessler 2003 - 2008