Common classes and utils for mimmo. More...
Collaboration diagram for common:
Modules | |
common_Utils | |
Collection of general methods and functions related to mimmo. | |
Classes | |
class | mimmo::Creator< Base, Derived > |
Template class to create an object Base * = new Derived creator class, where Derived is a generic derived class of Base. Creator can be any constructor of the derived class who takes as argument a const reference to a xml-data tree bitpit::Config::Section. More... | |
class | mimmo::Factory< Base > |
Factory base template singleton for automatic factorization of executable classes. More... | |
struct | mimmo::InfoPort |
collection of data functional to a port registration. More... | |
class | mimmo::PortManager |
Basic singleton for managing Ports declaration in mimmo. More... | |
class | mimmo::TrackingPointer |
Basic virtual class to derive a generic object whose pointer can return an identifying name through the method whichClass. More... | |
Detailed Description
Common classes and utils for mimmo.