Wallaroo  0.8
Static Public Member Functions | List of all members
wallaroo::mandatory Struct Reference

#include <collaborator.h>

Static Public Member Functions

template<typename T >
static bool WiringOk (const cxx0x::weak_ptr< T > &t)
 
template<typename T >
static bool WiringOk (const cxx0x::shared_ptr< T > &t)
 

Detailed Description

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)

Member Function Documentation

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: