|
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 | |
| ByteStringPrinter (std::string enc) | |
| 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 26 of file byte_sequence.h.
|
inline |
Constructor using a given encoding, userdefined by a string representation
Definition at line 36 of file byte_sequence.h.
|
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 42 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 53 of file byte_sequence.h.
1.8.11