#include <iostream>
#include <map>
#include <stdexcept>
#include <cstdlib>
#include <inttypes.h>
Go to the source code of this file.
Namespaces | |
namespace | libhla |
Classes | |
class | __HLAbuffer |
Defines | |
#define | HLA_EXPORT |
#define | MAX(a, b) (((a)>(b))?(a):(b)) |
Functions | |
std::ostream & | __print_buffer (std::ostream &stream, const void *buffer, size_t length) |
Print the physical data buffer (for debugging purposes only). | |
size_t | __padding (size_t size, size_t boundary) |
#define HLA_EXPORT |
Definition at line 46 of file HLAbuffer.hh.
#define MAX | ( | a, | |||
b | ) | (((a)>(b))?(a):(b)) |
Definition at line 172 of file HLAbuffer.hh.