|
CCAFFEINE
0.8.8
|
#include <CmpBox.h>

Public Member Functions | |
| CmpBox (ccafeopq::Component *comp, Gizzard *giz, const std::string &name) | |
| CmpBox (Gizzard *giz, const std::string &name) | |
| void | setType (const std::string &type, bool internal) |
| const char * | name () |
| const char * | type () |
Public Attributes | |
| Gizzard * | giz |
| ccafeopq::Component * | comp |
| std::string | cname |
| std::string | ctype |
| bool | internal |
A little container to group component, its name, and its Services object, and a vast pile of meta-info. Basically, this is the only place we *really* know how a connection is made.
1.7.6.1