#include <boost/shared_ptr.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <vector>
#include <string>
#include <map>
Go to the source code of this file.
Classes | |
class | fesa::ClassElement |
Used to store all class-related Information from the Instantiation-File. More... | |
Namespaces | |
namespace | fesa |
Typedefs | |
typedef std::string | fesa::LogicalEventName |
typedef boost::shared_ptr < EventElement > | fesa::EventElementPointer |
typedef std::map < LogicalEventName, std::vector < EventElementPointer > > | fesa::EventMap |