#include "aja.h"
Go to the source code of this file.
Namespaces | |
namespace | aja |
Classes | |
struct | aja::transAttr_t |
attribute structure in translation table. More... | |
struct | aja::transElm_t |
Element structure used in translation table. More... | |
class | aja::DocumentHeader |
class representing DOCUMENT ITEM. More... | |
Defines | |
#define | _AJA_DOCUMENTHEADER_H_ |
Typedefs | |
typedef std::vector< transAttr_t > | aja::transAttr_v |
typedef std::vector< transElm_t > | aja::transElm_v |
typedef std::map< std::string, std::string > | aja::documentValue_v |
This type specify values in document item. Values are combined from value-name and value.Values are representing like strings. |
|
|