OpenSDN source code
|
#include <t_container.h>
Public Member Functions | |
t_container () | |
virtual | ~t_container () |
void | set_cpp_name (std::string cpp_name) |
bool | has_cpp_name () |
std::string | get_cpp_name () |
bool | is_container () const |
![]() | |
virtual | ~t_type () |
virtual void | set_name (const std::string &name) |
virtual const std::string & | get_name () const |
virtual bool | is_void () const |
virtual bool | is_base_type () const |
virtual bool | is_string () const |
virtual bool | is_bool () const |
virtual bool | is_typedef () const |
virtual bool | is_enum () const |
virtual bool | is_struct () const |
virtual bool | is_xception () const |
virtual bool | is_list () const |
virtual bool | is_set () const |
virtual bool | is_map () const |
virtual bool | is_service () const |
t_program * | get_program () |
t_type * | get_true_type () |
virtual std::string | get_fingerprint_material () const =0 |
virtual void | generate_fingerprint () |
bool | has_fingerprint () const |
const uint8_t * | get_binary_fingerprint () const |
std::string | get_ascii_fingerprint () const |
const uint32_t | get_4byte_fingerprint () const |
![]() | |
t_doc () | |
void | set_doc (const std::string &doc) |
const std::string & | get_doc () const |
bool | has_doc () |
Private Attributes | |
std::string | cpp_name_ |
bool | has_cpp_name_ |
Additional Inherited Members | |
![]() | |
static char | nybble_to_xdigit (int num) |
static std::string | byte_to_hex (uint8_t byte) |
![]() | |
std::map< std::string, std::string > | annotations_ |
![]() | |
static const int | fingerprint_len = 16 |
![]() | |
t_type () | |
t_type (t_program *program) | |
t_type (t_program *program, std::string name) | |
t_type (std::string name) | |
![]() | |
t_program * | program_ |
std::string | name_ |
uint8_t | fingerprint_ [fingerprint_len] |
Definition at line 25 of file t_container.h.
|
inline |
Definition at line 27 of file t_container.h.
|
inlinevirtual |
Definition at line 31 of file t_container.h.
|
inline |
Definition at line 42 of file t_container.h.
|
inline |
Definition at line 38 of file t_container.h.
|
inlinevirtual |
Reimplemented from t_type.
Definition at line 46 of file t_container.h.
|
inline |
Definition at line 33 of file t_container.h.
|
private |
Definition at line 51 of file t_container.h.
|
private |
Definition at line 52 of file t_container.h.