#include <hsms_config.h>
Collaboration diagram for freesecs::hsms_config_parser_t:
Public Member Functions | |
hsms_config_parser_t () | |
~hsms_config_parser_t () | |
int | parse (const char *s, int len, int is_final) |
Public Attributes | |
std::vector< hsms_active_config_t > | active_configs |
std::vector< hsms_passive_config_t > | passive_configs |
std::vector< std::string > | errors |
Definition at line 140 of file hsms_config.h.