#include "sysc/packages/boost/config.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 > |
Definition at line 44 of file templated_streams.hpp.
| #define BOOST_TEMPLATED_STREAM_ALLOC | ( | A | ) | A |
Definition at line 42 of file templated_streams.hpp.
Definition at line 32 of file templated_streams.hpp.
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 | ) | E |
Definition at line 40 of file templated_streams.hpp.
Definition at line 26 of file templated_streams.hpp.
| #define BOOST_TEMPLATED_STREAM_TEMPLATE_ALLOC | ( | E, | |||
| T, | |||||
| A | ) | template < typename E , typename T , typename A > |
Definition at line 29 of file templated_streams.hpp.
Definition at line 41 of file templated_streams.hpp.
Definition at line 47 of file templated_streams.hpp.
1.5.5