#include <string>
#include <vector>
#include <stdexcept>
#include "../dllinclude.h"
#include "EventAttribute.h"
#include "EventAttributeBase.h"
#include "iostream_ext.h"
#include "OSUtils.h"
Include dependency graph for Event.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | ot |
Classes | |
| class | ot::Event |
Typedefs | |
| typedef std::map< std::string, EventAttributeBase * > | ot::AttributeMap |
Functions | |
| template<typename T> | |
| static T * | ot::copyV2A (const std::vector< T > &vector, T *array) |
| template<typename T> | |
| static std::vector< T > & | ot::copyA2V (const T *array, const int arraySize, std::vector< T > &vector) |
| template<typename T> | |
| static const std::vector< T > | ot::copyA2V (const T *array, const int arraySize) |
| std::istream & | ot::operator>> (std::istream &in, ot::Event &event) |
| std::ostream & | ot::operator<< (std::ostream &out, const ot::Event &event) |
1.4.6