|
fipa_acl
1.4
|
Printer using the visitor pattern for the ByteString type. More...
#include <byte_sequence.h>
Inherits static_visitor< std::string >.
Public Member Functions | |
| ByteStringRawPrinter (std::string *_output) | |
| ByteStringRawPrinter () | |
| std::string | operator() (const std::string &s) const |
| std::string | operator() (const std::vector< unsigned char > &vector) const |
Printer using the visitor pattern for the ByteString type.
Definition at line 79 of file byte_sequence.h.
|
inline |
Allow to pass down receiver string (for performance reasons
Definition at line 86 of file byte_sequence.h.
|
inline |
|
inline |
Build a string for the given type
| s | One of the types for the variant that this printer is implemented for |
Definition at line 97 of file byte_sequence.h.
|
inline |
Build a string from a raw byte sequence, i.e. the following output format will be used, embedding encoding information (dword) HEX(dword)[0a af 02 10 ... 01]
| vector | One of the types for the variant that this printer is implemented for |
Definition at line 111 of file byte_sequence.h.
1.8.6