Classes | Namespaces | Defines
ByteOrder.h File Reference
#include "Poco/Foundation.h"
#include "Poco/Types.h"
Include dependency graph for ByteOrder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Poco::ByteOrder

Namespaces

namespace  Poco

Defines

#define POCO_IMPLEMENT_BYTEORDER_BIG   POCO_IMPLEMENT_BYTEORDER_FLIP
#define POCO_IMPLEMENT_BYTEORDER_FLIP(op)
#define POCO_IMPLEMENT_BYTEORDER_FLIP_(op, type)
#define POCO_IMPLEMENT_BYTEORDER_LIT   POCO_IMPLEMENT_BYTEORDER_NOOP
#define POCO_IMPLEMENT_BYTEORDER_NOOP(op)
#define POCO_IMPLEMENT_BYTEORDER_NOOP_(op, type)

Define Documentation

Definition at line 211 of file ByteOrder.h.

Value:
POCO_IMPLEMENT_BYTEORDER_FLIP_(op, Int16)       \
                POCO_IMPLEMENT_BYTEORDER_FLIP_(op, UInt16)      \
                POCO_IMPLEMENT_BYTEORDER_FLIP_(op, Int32)       \
                POCO_IMPLEMENT_BYTEORDER_FLIP_(op, UInt32)

Definition at line 199 of file ByteOrder.h.

#define POCO_IMPLEMENT_BYTEORDER_FLIP_ (   op,
  type 
)
Value:
inline type ByteOrder::op(type value)           \
        {                                                                                       \
                return flipBytes(value);                                \
        }

Definition at line 171 of file ByteOrder.h.

Definition at line 212 of file ByteOrder.h.

Value:
POCO_IMPLEMENT_BYTEORDER_NOOP_(op, Int16)       \
                POCO_IMPLEMENT_BYTEORDER_NOOP_(op, UInt16)      \
                POCO_IMPLEMENT_BYTEORDER_NOOP_(op, Int32)       \
                POCO_IMPLEMENT_BYTEORDER_NOOP_(op, UInt32)

Definition at line 194 of file ByteOrder.h.

#define POCO_IMPLEMENT_BYTEORDER_NOOP_ (   op,
  type 
)
Value:
inline type ByteOrder::op(type value)           \
        {                                                                                       \
                return value;                                                   \
        }

Definition at line 166 of file ByteOrder.h.



pluginlib
Author(s): Tully Foote and Eitan Marder-Eppstein
autogenerated on Sat Dec 28 2013 17:20:19