TCValue.h File Reference

This header file provides the definition of the class TC::Value, TC::ByteOrderedValue, TC::LittleEndianValue and TC::BigEndianValue. More...

#include "TCUtil.h"

Include dependency graph for TCValue.h:

Go to the source code of this file.

Classes

class  TC::Value< T >
 Class for holding none byte ordered data types. More...
class  TC::ByteOrderedValue< T, IS_LITTLE_ENDIAN >
 Class for holding byte ordered data types. More...
class  TC::LittleEndianValue< T >
 Class for all kind of basic types where the byte ordering is always little endian. More...
class  TC::BigEndianValue< T >
 Class for all kind of basic types where the byte ordering is always little endian. More...

Namespaces

namespace  TC


Detailed Description

This header file provides the definition of the class TC::Value, TC::ByteOrderedValue, TC::LittleEndianValue and TC::BigEndianValue.

Author:
Thomas Goessler

Definition in file TCValue.h.


Copyright (c) Thomas Goessler 2003 - 2008