#include "type.h"
#include <map>
#include <string>
#include <typeinfo>
#include <vector>
#include "iopccommon/lock.h"
Namespaces | |
namespace | iopc |
Classes | |
struct | iopc::typeInfoCmp |
Predicate for comparing two type_info pointers. More... | |
class | iopc::TypeManager |
A singleton which maintains a list of Type Descriptions (instances of the Type subclasses). More... |