#include <string>
#include <cstring>
#include <boost/cstdint.hpp>
#include <boost/shared_ptr.hpp>
#include "element.h"
#include "dsodefs.h"
Go to the source code of this file.
Classes | |
class | cygnal::AMF |
Binary representation of an ActionScript object. More... | |
Namespaces | |
namespace | cygnal |
Action Message Format specific classes of libamf. | |
Functions | |
void * | cygnal::swapBytes (void *word, size_t size) |
Swap bytes in raw data. This only swaps bytes if the host byte order is little endian. |