#include <maciSimpleClient.h>
Public Member Functions | |
ComponentSmartPtr () | |
ComponentSmartPtr (H *h, bool s, T *p) |
maci::ComponentSmartPtr< T, H >::ComponentSmartPtr | ( | ) | [inline] |
Default Constructor
References maci::ComponentStorage< T, H >::setValues().
maci::ComponentSmartPtr< T, H >::ComponentSmartPtr | ( | H * | h, | |
bool | s, | |||
T * | p | |||
) | [inline] |
Constructor. Create a smart pointer for the component described.
name | is the name of the component. | |
m | is the reference of the manager used to manage the connection. | |
h | is the handle of the requestor of the component | |
s | is the flag indicating if the reference is sticky. @ | |
p | is the pointer to the component. |