#include <collaborator.h>
|
template<typename T > |
static bool | WiringOk (const cxx0x::weak_ptr< T > &t) |
|
template<typename T > |
static bool | WiringOk (const cxx0x::shared_ptr< T > &t) |
|
This type should be used as second template parameter in Collaborator class to specify that the Collaborator is mandatory (i.e.: you cannot omit to link a part to the collaborator)
template<typename T >
static bool wallaroo::mandatory::WiringOk |
( |
const cxx0x::weak_ptr< T > & |
t | ) |
|
|
inlinestatic |
template<typename T >
static bool wallaroo::mandatory::WiringOk |
( |
const cxx0x::shared_ptr< T > & |
t | ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: