feisty meow concerns codebase  2.140
variable_tokenizer.cpp File Reference
Include dependency graph for variable_tokenizer.cpp:

Go to the source code of this file.

Namespaces

 configuration
 

Macros

#define LOG(to_print)
 
#define COOL   to_tokenize.length()
 
#define CHOP
 

Variables

const char * SPECIAL_VALUE = " "
 

Macro Definition Documentation

◆ CHOP

#define CHOP
Value:
{ \
current = to_tokenize[0]; \
to_tokenize.zap(0, 0); \
}

Definition at line 167 of file variable_tokenizer.cpp.

◆ COOL

#define COOL   to_tokenize.length()

Definition at line 163 of file variable_tokenizer.cpp.

◆ LOG

#define LOG (   to_print)

Definition at line 33 of file variable_tokenizer.cpp.

Variable Documentation

◆ SPECIAL_VALUE

const char* SPECIAL_VALUE = " "