Smart Pointers

value_stream_operator_semantic_policy Struct Reference

#include <smart_ptr.hpp>

List of all members.


Detailed Description

This is a pointee stream operator semantic policy. Use this policy so as to allow stream operators to operate on the pointee
Example Usage.

void example_value_stream_operator_semantic_policy_usage()
{
}

See also:
smart_ptr, no_stream_operator_semantic_policy

Definition at line 326 of file smart_ptr.hpp.

Static Public Member Functions

template<class T1, class T2>
static T1 & input_stream (T1 &is, T2 &smart_pointer)
template<class T1, class T2>
static T1 & output_stream (T1 &io, T2 &smart_pointer)


The documentation for this struct was generated from the following file:
Generated on Wed Mar 29 21:58:59 2006 for Smart Pointers by  doxygen 1.4.6.Axter [Axter-Extended-Version]