The CValueArrayAdapter class and related utilities. More...
#include <Base/GCException.h>
#include <GenApi/GenApi.h>
#include <GenApi/Synch.h>
#include <algorithm>
#include <exception>
#include <functional>
#include <string>
#include <vector>
#include <iterator>
#include <byteswap.h>
Go to the source code of this file.
Namespaces | |
GENAPI_NAMESPACE | |
Lexical analyzer for CIntSwissKnife. | |
Macros | |
#define | SW16(s) bswap_16(s) |
#define | SW32(s) bswap_32(s) |
#define | SW64(s) bswap_64(s) |
The CValueArrayAdapter class and related utilities.
Definition in file ValueArrayAdapter.h.
#define SW16 | ( | s | ) | bswap_16(s) |
Definition at line 57 of file ValueArrayAdapter.h.
#define SW32 | ( | s | ) | bswap_32(s) |
Definition at line 58 of file ValueArrayAdapter.h.
#define SW64 | ( | s | ) | bswap_64(s) |
Definition at line 59 of file ValueArrayAdapter.h.