templated_streams.hpp File Reference

#include "sysc/packages/boost/config.hpp"

Include dependency graph for templated_streams.hpp:

Go to the source code of this file.

Defines

#define BOOST_TEMPLATED_STREAM_TEMPLATE(E, T)   template < typename E , typename T >
#define BOOST_TEMPLATED_STREAM_TEMPLATE_ALLOC(E, T, A)   template < typename E , typename T , typename A >
#define BOOST_TEMPLATED_STREAM_ARGS(E, T)   typename E , typename T
#define BOOST_TEMPLATED_STREAM_ARGS_ALLOC(E, T, A)   typename E , typename T , typename A
#define BOOST_TEMPLATED_STREAM_COMMA   ,
#define BOOST_TEMPLATED_STREAM_ELEM(E)   E
#define BOOST_TEMPLATED_STREAM_TRAITS(T)   T
#define BOOST_TEMPLATED_STREAM_ALLOC(A)   A
#define BOOST_TEMPLATED_STREAM(X, E, T)   BOOST_JOIN(std::basic_,X)< E , T >
#define BOOST_TEMPLATED_STREAM_WITH_ALLOC(X, E, T, A)   BOOST_JOIN(std::basic_,X)< E , T , A >


Define Documentation

#define BOOST_TEMPLATED_STREAM ( X,
E,
T   )     BOOST_JOIN(std::basic_,X)< E , T >

Definition at line 44 of file templated_streams.hpp.

#define BOOST_TEMPLATED_STREAM_ALLOC (  )     A

Definition at line 42 of file templated_streams.hpp.

#define BOOST_TEMPLATED_STREAM_ARGS ( E,
T   )     typename E , typename T

Definition at line 32 of file templated_streams.hpp.

#define BOOST_TEMPLATED_STREAM_ARGS_ALLOC ( E,
T,
 )     typename E , typename T , typename A

Definition at line 35 of file templated_streams.hpp.

#define BOOST_TEMPLATED_STREAM_COMMA   ,

Definition at line 38 of file templated_streams.hpp.

#define BOOST_TEMPLATED_STREAM_ELEM (  )     E

Definition at line 40 of file templated_streams.hpp.

#define BOOST_TEMPLATED_STREAM_TEMPLATE ( E,
T   )     template < typename E , typename T >

Definition at line 26 of file templated_streams.hpp.

#define BOOST_TEMPLATED_STREAM_TEMPLATE_ALLOC ( E,
T,
 )     template < typename E , typename T , typename A >

Definition at line 29 of file templated_streams.hpp.

#define BOOST_TEMPLATED_STREAM_TRAITS ( T   )     T

Definition at line 41 of file templated_streams.hpp.

#define BOOST_TEMPLATED_STREAM_WITH_ALLOC ( X,
E,
T,
 )     BOOST_JOIN(std::basic_,X)< E , T , A >

Definition at line 47 of file templated_streams.hpp.


Generated on Wed Jan 21 15:32:11 2009 for SystemC by  doxygen 1.5.5