ParserIdList_ptr
ParserIdList_create(
)
-
- Defined in
ParserIdList.c
void
ParserIdList_destroy(
ParserIdList_ptr self
)
-
- Defined in
ParserIdList.c
NodeList_ptr
ParserIdList_get_id_list(
const ParserIdList_ptr self
)
- Returned list is owned by self, and should not be
changed or destroyed
- Defined in
ParserIdList.c
void
ParserIdList_parse_from_file(
ParserIdList_ptr self,
FILE* f
)
-
- Defined in
ParserIdList.c
void
ParserIdList_parse_from_string(
ParserIdList_ptr self,
const char* str
)
-
- Defined in
ParserIdList.c
void
ParserIdList_reset(
ParserIdList_ptr self
)
-
- Defined in
ParserIdList.c
void
parser_id_list_add_id(
ParserIdList_ptr self,
node_ptr name
)
-
- Defined in
ParserIdList.c
static void
parser_id_list_deinit(
ParserIdList_ptr self
)
-
- Defined in
ParserIdList.c
static void
parser_id_list_init(
ParserIdList_ptr self
)
-
- Defined in
ParserIdList.c
node_ptr
parser_id_list_mk_array(
ParserIdList_ptr self,
node_ptr left,
node_ptr right
)
-
- Defined in
ParserIdList.c
node_ptr
parser_id_list_mk_atom(
ParserIdList_ptr self,
const char* name
)
-
- Defined in
ParserIdList.c
node_ptr
parser_id_list_mk_bit(
ParserIdList_ptr self,
node_ptr left,
int suffix
)
-
- Defined in
ParserIdList.c
node_ptr
parser_id_list_mk_dot(
ParserIdList_ptr self,
node_ptr left,
node_ptr right
)
-
- Defined in
ParserIdList.c
node_ptr
parser_id_list_mk_num(
ParserIdList_ptr self,
const int num
)
-
- Defined in
ParserIdList.c