#include <common/main.h>
#include <common/str.h>
#include <libaegis/meta_type.h>
Go to the source code of this file.
Data Structures | |
struct | sem_ty |
Functions | |
void | sem_push (meta_type *, void *) |
void | sem_pop (void) |
void | sem_integer (long) |
void | sem_real (double) |
void | sem_string (string_ty *) |
void | sem_enum (string_ty *) |
void | sem_list (void) |
void | sem_field (string_ty *) |
void * | parse (string_ty *, meta_type *) |
void * | parse_env (const char *, meta_type *) |
void * | parse_input (input &, meta_type *) |
void* parse_env | ( | const char * | , | |
meta_type * | ||||
) |
void sem_enum | ( | string_ty * | ) |
void sem_field | ( | string_ty * | ) |
void sem_integer | ( | long | ) |
void sem_list | ( | void | ) |
void sem_pop | ( | void | ) |
void sem_push | ( | meta_type * | , | |
void * | ||||
) |
void sem_real | ( | double | ) |
void sem_string | ( | string_ty * | ) |