Typelib::EndianSwapVisitor Class Reference

#include <typelib/endianness.hh>

Inheritance diagram for Typelib::EndianSwapVisitor:

Inheritance graph
[legend]
Collaboration diagram for Typelib::EndianSwapVisitor:

Collaboration graph
[legend]

List of all members.

Protected Member Functions

bool visit_ (int8_t &value)
bool visit_ (uint8_t &value)
bool visit_ (int16_t &value)
bool visit_ (uint16_t &value)
bool visit_ (int32_t &value)
bool visit_ (uint32_t &value)
bool visit_ (int64_t &value)
bool visit_ (uint64_t &value)
bool visit_ (float &value)
bool visit_ (double &value)
bool visit_ (Value const &v, Pointer const &t)
bool visit_ (Enum::integral_type &v, Enum const &e)


Member Function Documentation

bool Typelib::EndianSwapVisitor::visit_ ( int8_t &  value  )  [inline, protected, virtual]

Reimplemented from Typelib::ValueVisitor.

bool Typelib::EndianSwapVisitor::visit_ ( uint8_t &  value  )  [inline, protected, virtual]

Reimplemented from Typelib::ValueVisitor.

bool Typelib::EndianSwapVisitor::visit_ ( int16_t &  value  )  [inline, protected, virtual]

Reimplemented from Typelib::ValueVisitor.

bool Typelib::EndianSwapVisitor::visit_ ( uint16_t &  value  )  [inline, protected, virtual]

Reimplemented from Typelib::ValueVisitor.

bool Typelib::EndianSwapVisitor::visit_ ( int32_t &  value  )  [inline, protected, virtual]

Reimplemented from Typelib::ValueVisitor.

bool Typelib::EndianSwapVisitor::visit_ ( uint32_t &  value  )  [inline, protected, virtual]

Reimplemented from Typelib::ValueVisitor.

bool Typelib::EndianSwapVisitor::visit_ ( int64_t &  value  )  [inline, protected, virtual]

Reimplemented from Typelib::ValueVisitor.

bool Typelib::EndianSwapVisitor::visit_ ( uint64_t &  value  )  [inline, protected, virtual]

Reimplemented from Typelib::ValueVisitor.

bool Typelib::EndianSwapVisitor::visit_ ( float &  value  )  [inline, protected, virtual]

Reimplemented from Typelib::ValueVisitor.

bool Typelib::EndianSwapVisitor::visit_ ( double &  value  )  [inline, protected, virtual]

Reimplemented from Typelib::ValueVisitor.

bool Typelib::EndianSwapVisitor::visit_ ( Value const &  v,
Pointer const &  t 
) [inline, protected, virtual]

Reimplemented from Typelib::ValueVisitor.

bool Typelib::EndianSwapVisitor::visit_ ( Enum::integral_type v,
Enum const &  e 
) [inline, protected, virtual]

Reimplemented from Typelib::ValueVisitor.


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

Generated on Thu Jan 22 16:37:53 2009 for typeLib by doxygen 1.5.6
SourceForge.net Project Page