Go to the source code of this file.
|
| | sockets |
| | Provides access to the operating system's socket methods.
|
| |
◆ ADD
| #define ADD |
( |
|
name, |
|
|
|
value |
|
) |
| addr_parser.table().add(name, value) |
◆ DUMP_EXIT
Value: astring to_return = addr_parser.text_form(); \
STORER_EXIT; \
return to_return
Definition at line 97 of file base_address.h.
◆ FIND
| #define FIND |
( |
|
name, |
|
|
|
value |
|
) |
| astring value = addr_parser.find(name) |
◆ GRAB
| #define GRAB |
( |
|
name, |
|
|
|
value |
|
) |
| FIND(name, value); if (!value) return false |
◆ LOADER_ENTRY
Value: variable_tokenizer addr_parser; \
addr_parser.parse(info)
Definition at line 72 of file base_address.h.
◆ LOADER_EXIT
◆ STORER_ENTRY
| #define STORER_ENTRY variable_tokenizer addr_parser |
◆ STORER_EXIT