$search
#include <Encoding.h>
Static Public Member Functions | |
| static DecoderPtr | createDecoder (const char *data, size_t offset, size_t length) |
| static DecoderPtr | createDecoder (const char *data, size_t length) |
| static DecoderPtr | createDecoder (const BytesPtr data, size_t offset=0) |
| static EncoderPtr | createEncoder () |
Protected Member Functions | |
| Encoding () | |
Definition at line 24 of file Encoding.h.
| castor::Encoding< T >::Encoding | ( | ) | [inline, protected] |
Definition at line 28 of file Encoding.h.
| static DecoderPtr castor::Encoding< T >::createDecoder | ( | const char * | data, | |
| size_t | offset, | |||
| size_t | length | |||
| ) | [inline, static] |
Definition at line 45 of file Encoding.h.
| static DecoderPtr castor::Encoding< T >::createDecoder | ( | const char * | data, | |
| size_t | length | |||
| ) | [inline, static] |
Definition at line 41 of file Encoding.h.
| static DecoderPtr castor::Encoding< T >::createDecoder | ( | const BytesPtr | data, | |
| size_t | offset = 0 | |||
| ) | [inline, static] |
Definition at line 37 of file Encoding.h.
| static EncoderPtr castor::Encoding< T >::createEncoder | ( | ) | [inline, static] |
Definition at line 33 of file Encoding.h.