uuu
uuu (Universal Update Utility), mfgtools 3.0
Loading...
Searching...
No Matches
buildincmd.h File Reference
#include <cstdint>
#include <map>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

struct  BuiltInScriptRawData
 Structure to hold the raw data of a built-in script. More...
class  BuiltInScript
class  BuiltInScript::Arg
 A class for representing arguments of built-in scripts represented by BuiltInScript. More...
class  BuiltInScriptMap
 A map of all built-in scripts indexed by their names. More...

Variables

const char * g_vt_boldwhite
const char * g_vt_default
const char * g_vt_kcyn
const char * g_vt_green
const char * g_vt_red
const char * g_vt_yellow
BuiltInScriptMap g_BuildScripts
 A map of the built-in scripts' names to their BuiltInScript representations.

Variable Documentation

◆ g_BuildScripts

BuiltInScriptMap g_BuildScripts
extern

A map of the built-in scripts' names to their BuiltInScript representations.

◆ g_vt_boldwhite

const char* g_vt_boldwhite
extern

◆ g_vt_default

const char* g_vt_default
extern

◆ g_vt_green

const char* g_vt_green
extern

◆ g_vt_kcyn

const char* g_vt_kcyn
extern

◆ g_vt_red

const char* g_vt_red
extern

◆ g_vt_yellow

const char* g_vt_yellow
extern