RT
|
#include "parse.h"
#include "config.h"
#include "libft.h"
#include "export.h"
#include "librt.h"
#include "interface.h"
Functions | |
void | init_parse_cfg (int type, t_parse *config) |
Setting config for the type of object we want to parse. More... | |
char | __attribute__ ((const)) |
Return the str from type. More... | |
void | init_obj_cfg (int type, t_objset *config) |
Get the obj functions depending on the type needed. More... | |
void | obj_set (t_obj *obj, int type) |
Setting the obj struct. More... | |
int __attribute__ | ( | (const) | ) |
Return the str from type.
Return the obj type from a str.
type | : Object type |
obj_type | : str who can be object type |
void init_obj_cfg | ( | int | type, |
t_objset * | config | ||
) |
Get the obj functions depending on the type needed.
type | : type of the object requested |
config | : Dst of the data |
void init_parse_cfg | ( | int | type, |
t_parse * | config | ||
) |
Setting config for the type of object we want to parse.
type | : type of the object requested |
config | : Dst of the data |
void obj_set | ( | t_obj * | obj, |
int | type | ||
) |
Setting the obj struct.
obj | : Dst of the data |
type | : type of the object requested |