Tawara
0.1.0
|
#include <boost/operators.hpp>
#include <boost/shared_ptr.hpp>
#include <tawara/binary_element.h>
#include <tawara/master_element.h>
#include <tawara/string_element.h>
#include <tawara/uint_element.h>
#include <tawara/win_dll.h>
Go to the source code of this file.
Classes | |
class | tawara::FileData |
The data of an attached file. More... | |
class | tawara::AttachedFile |
An attachment is a binary blob attached to a segment. More... | |
class | tawara::Attachments |
The Attachments element stores opaque data attached to a segment. More... | |
Namespaces | |
tawara | |
Functions | |
bool | tawara::operator== (AttachedFile const &lhs, AttachedFile const &rhs) |
Equality operator for the AttachedFile object. More... | |
bool | tawara::operator== (Attachments const &lhs, Attachments const &rhs) |
Equality operator for the Attachemnts object. More... | |