RT
Functions
obj_data.c File Reference
#include "parse.h"
#include "config.h"
#include "libft.h"
#include "export.h"
#include "librt.h"
#include "interface.h"
Include dependency graph for obj_data.c:

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...
 

Function Documentation

◆ __attribute__()

int __attribute__ ( (const)  )

Return the str from type.

Return the obj type from a str.

Parameters
type: Object type
Returns
char* : str of object type
Parameters
obj_type: str who can be object type
Returns
int : Object type

◆ init_obj_cfg()

void init_obj_cfg ( int  type,
t_objset config 
)

Get the obj functions depending on the type needed.

Parameters
type: type of the object requested
config: Dst of the data

◆ init_parse_cfg()

void init_parse_cfg ( int  type,
t_parse config 
)

Setting config for the type of object we want to parse.

Parameters
type: type of the object requested
config: Dst of the data

◆ obj_set()

void obj_set ( t_obj obj,
int  type 
)

Setting the obj struct.

Parameters
obj: Dst of the data
type: type of the object requested