![]() |
libgpac
Documentation of the core library of GPAC
|
String Tokenizer. More...
#include <gpac/tools.h>
Include dependency graph for token.h:
This graph shows which files directly or indirectly include this file:Functions | |
| s32 | gf_token_get (const char *Buffer, s32 Start, const char *Separator, char *Container, s32 ContainerSize) |
| get string component | |
| s32 | gf_token_get_strip (const char *Buffer, s32 Start, const char *Separator, const char *strip_set, char *Container, s32 ContainerSize) |
| get string component without delimitting characters | |
| s32 | gf_token_get_line (const char *buffer, u32 start, u32 size, char *line_buffer, u32 line_buffer_size) |
| line removal | |
| s32 | gf_token_find (const char *Buffer, u32 Start, u32 Size, const char *Pattern) |
| pattern location | |
| const char * | gf_token_find_word (const char *in_str, const char *word, char *charsep) |
| word location | |
String Tokenizer.
>