#include <map>
#include <string>
#include <iostream>
#include <typeinfo>
#include "ModulesFactory.h"
#include "ModulesReader.h"
Go to the source code of this file.
Classes | |
class | modules::navigator |
Namespaces | |
namespace | modules |
Typedefs | |
typedef std::pair< std::string, modules::BaseModule * > | modules::ordered_element |
typedef std::vector < ordered_element > | modules::ordered_list |
typedef std::multimap < std::string, BaseModule * > | modules::list |
typedef ordered_list::iterator | modules::iterator |
typedef ordered_list::const_iterator | modules::const_iterator |