#include <passport.h>
Public Member Functions | |
| Passport () | |
| ~Passport () | |
| bool | AddEntry (std::string p_key, PASSPORT_ENTRY p_entry) |
| bool | GetEntry (std::string p_key, PASSPORT_ENTRY *p_container) |
| bool | LoadEntries () |
| bool | DeleteEntry (std::string p_key) |
Protected Attributes | |
| PASSPORT_MAP | Entries |
|
|
Definition at line 11 of file passport.cpp. |
|
|
Definition at line 17 of file passport.cpp. |
|
||||||||||||
|
Definition at line 23 of file passport.cpp. References Entries. |
|
|
Definition at line 51 of file passport.cpp. |
|
||||||||||||
|
Definition at line 32 of file passport.cpp. References Entries. |
|
|
Definition at line 44 of file passport.cpp. |
|
|
Definition at line 33 of file passport.h. Referenced by AddEntry(), and GetEntry(). |
1.3-rc3