5 #define NEOCCA_VERSION "0.2.8" 7 #define NEOCCA_VERSION_MAJOR 0 9 #define NEOCCA_VERSION_MINOR 2 11 #define NEOCCA_VERSION_PATCH 8 17 #include <boost/cstdint.hpp> 18 #include <boost/shared_ptr.hpp> A CCA typed hash map.
Definition: TypeMap.hh:22
Component object model that all Components wishing to use the boost/STL-based memory model must use...
Definition: Component.hh:10
Component * Component_ptr
Definition: neocca.hh:88
ComponentID * ComponentID_p
Definition: neocca.hh:97
TypeMap * TypeMap_ptr
Definition: neocca.hh:96
TypeMap * TypeMap_p
Definition: neocca.hh:95
An opaque handle for a component.
Definition: ComponentID.hh:45
Services * Services_ptr
Definition: neocca.hh:90
ConnectionID * ConnectionID_ptr
Definition: neocca.hh:100
Port * Port_ptr
Definition: neocca.hh:86
ComponentID * ComponentID_ptr
Definition: neocca.hh:98
ConnectionID * ConnectionID_p
Definition: neocca.hh:99
The handle through which the component communicates with its containing framework.
Definition: Services.hh:16
Services * Services_p
Definition: neocca.hh:89
This interface describes a CCA connection between components.
Definition: ConnectionID.hh:53
Definition: ComponentRelease.hh:6
runtime version info for queries.
Definition: Version.hh:7
Component * Component_p
Definition: neocca.hh:87
A pure-virtual tag interface to identify a function set capable of being exported to or imported from...
Definition: Port.hh:17
Port * Port_p
Definition: neocca.hh:77
This is neoclassic – the ::classic::gov::cca headers updated to be similar to the official CCA speci...
Definition: neocca.hh:62