ReferTo< shared_object< T > > Struct Template Reference

List of all members.

Detailed Description

template<class T>
struct ReferTo< shared_object< T > >

The structure for obtain the template parameter.

This structure allows us to recuperate the value type when we 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 52 of file ReferTo.h.

Public Types

typedef T value_type
typedef T value_type


Member Typedef Documentation

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

It represents the value type we want to recuperate.

Definition at line 55 of file ReferTo.h.

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

It represents the value type we want to recuperate.

Definition at line 174 of file shared_object.h.


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

SYNAPS DOCUMENTATION
logo