ReferTo< T > Struct Template Reference

List of all members.

Detailed Description

template<class T>
struct ReferTo< T >

Trait class which get the template parameter of a shared_object.

This structure allows us to get the value type when we don't use shared object.
We have to implement this structure in order to let the user choose as he want if he wants or not to use shared object.

Definition at line 38 of file ReferTo.h.

Public Types

typedef T value_type
typedef T value_type


Member Typedef Documentation

template<class T>
typedef T ReferTo< T >::value_type

It represents the value type we want to recuperate.

Definition at line 41 of file ReferTo.h.

template<class T>
typedef T ReferTo< T >::value_type

It represents the value type we want to recuperate.

Definition at line 160 of file shared_object.h.


The documentation for this struct was generated from the following files:

SYNAPS DOCUMENTATION
logo