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

Go to the source code of this file.

Macros

#define BASE_LOG(to_print)   program_wide_logger::get().log(to_print, ALWAYS_PRINT)
 
#define add_random
 

Macro Definition Documentation

◆ add_random

#define add_random
Value:
faux_guid += astring(string_manipulation::hex_to_char \
(randomizer().inclusive(0, 0xf)), 1)
Provides a dynamically resizable ASCII character string.
Definition: astring.h:35
#define randomizer()

◆ BASE_LOG

#define BASE_LOG (   to_print)    program_wide_logger::get().log(to_print, ALWAYS_PRINT)

Definition at line 46 of file create_guid.cpp.