RT
All Data Structures Files Functions Variables Typedefs Macros
Functions
parse_utils.c File Reference
#include "parse.h"
#include "config.h"
#include "ftio.h"
#include "ftstring.h"
Include dependency graph for parse_utils.c:

Functions

char * get_args_key_require (t_parse_txt *scene_file, const char *key)
 Verify curr_line is containing the proper value and key. More...
 
char * get_args_after_key (t_parse_txt *scene_file, const char *key)
 
void check_opening_bracket (t_parse_txt *scene_file)
 Verify that the curr_line is a opening bracket. More...
 
void check_closing_bracket (t_parse_txt *scene_file)
 Verify that the curr_line is a closing bracket. More...
 

Function Documentation

◆ check_closing_bracket()

void check_closing_bracket ( t_parse_txt scene_file)

Verify that the curr_line is a closing bracket.

Parameters
scene_file

◆ check_opening_bracket()

void check_opening_bracket ( t_parse_txt scene_file)

Verify that the curr_line is a opening bracket.

Parameters
scene_file

◆ get_args_after_key()

char* get_args_after_key ( t_parse_txt scene_file,
const char *  key 
)

◆ get_args_key_require()

char* get_args_key_require ( t_parse_txt scene_file,
const char *  key 
)

Verify curr_line is containing the proper value and key.

Parameters
scene_file
key: key to find
Returns
char* : A pointer to the beginning of the value for the parameter