| Main Page Class Hierarchy Alphabetical List Compound List Examples |
Defines a chain of codecs. More...
#include <codec_chain.h>
Public Types | |
| enum | { count = 1 + next_node_type::count } |
| typedef codec_chain< C, N > | self_type |
| typedef C | content_type |
| typedef N | next_node_type |
Public Attributes | |
| content_type | m_c |
| next_node_type | m_next |
| std::string | m_name |
Defines a chain of codecs.
Chain of codecs. Don't use it directly use | operator instead.