|
OpenSDN source code
|
#include <t_service.h>


Public Member Functions | |
| t_service (t_program *program) | |
| bool | is_service () const |
| void | set_extends (t_service *extends) |
| void | add_function (t_function *func) |
| const std::vector< t_function * > & | get_functions () const |
| t_service * | get_extends () |
| virtual std::string | get_fingerprint_material () const |
Public Member Functions inherited from t_type | |
| 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_container () const |
| virtual bool | is_list () const |
| virtual bool | is_set () const |
| virtual bool | is_map () const |
| t_program * | get_program () |
| t_type * | get_true_type () |
| 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 |
Public Member Functions inherited from t_doc | |
| t_doc () | |
| void | set_doc (const std::string &doc) |
| const std::string & | get_doc () const |
| bool | has_doc () |
Private Attributes | |
| std::vector< t_function * > | functions_ |
| t_service * | extends_ |
Additional Inherited Members | |
Static Public Member Functions inherited from t_type | |
| static char | nybble_to_xdigit (int num) |
| static std::string | byte_to_hex (uint8_t byte) |
Public Attributes inherited from t_type | |
| std::map< std::string, std::string > | annotations_ |
Static Public Attributes inherited from t_type | |
| static const int | fingerprint_len = 16 |
Protected Member Functions inherited from t_type | |
| t_type () | |
| t_type (t_program *program) | |
| t_type (t_program *program, std::string name) | |
| t_type (std::string name) | |
Protected Attributes inherited from t_type | |
| t_program * | program_ |
| std::string | name_ |
| uint8_t | fingerprint_ [fingerprint_len] |
A service consists of a set of functions.
Definition at line 32 of file t_service.h.
|
inline |
Definition at line 34 of file t_service.h.
|
inline |
|
inline |
Definition at line 60 of file t_service.h.
|
inlinevirtual |
Implements t_type.
Definition at line 64 of file t_service.h.
|
inline |
Definition at line 56 of file t_service.h.
|
inlinevirtual |
Reimplemented from t_type.
Definition at line 38 of file t_service.h.
|
inline |
Definition at line 42 of file t_service.h.
|
private |
Definition at line 71 of file t_service.h.
|
private |
Definition at line 70 of file t_service.h.