#include <memory>
#include <sstream>
#include <stdexcept>
#include <string>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
|
namespace | yaze |
| Main namespace for the application.
|
|
namespace | yaze::util |
|
◆ DECLARE_FLAG
#define DECLARE_FLAG |
( |
| type, |
|
|
| name ) |
Value:
Definition at line 105 of file flag.h.
◆ DEFINE_FLAG
#define DEFINE_FLAG |
( |
| type, |
|
|
| name, |
|
|
| default_val, |
|
|
| help_text ) |
Value:
yaze::util::global_flag_registry()->RegisterFlag<type>( \
"--" #name, (default_val), (help_text))
Definition at line 108 of file flag.h.
◆ FLAG_VALUE
#define FLAG_VALUE |
( |
| name | ) |
|
Value:
Definition at line 114 of file flag.h.