uuu
uuu (Universal Update Utility), mfgtools 3.0
 
Loading...
Searching...
No Matches
Param Struct Reference

#include <cmd.h>

Public Types

enum class  Type {
  e_uint32 , e_uint64 , e_bool , e_string ,
  e_null , e_string_filename
}
 

Public Member Functions

 Param (const char *ky, void *pD, Type tp, bool ignore=true, const char *error=nullptr)
 

Public Attributes

const char *const key
 
const char *const Error
 
void * pData
 
const Type type
 
const bool ignore_case
 

Member Enumeration Documentation

◆ Type

enum class Param::Type
strong
Enumerator
e_uint32 
e_uint64 
e_bool 
e_string 
e_null 
e_string_filename 

Constructor & Destructor Documentation

◆ Param()

Param::Param ( const char * ky,
void * pD,
Type tp,
bool ignore = true,
const char * error = nullptr )
inline

Member Data Documentation

◆ Error

const char* const Param::Error

◆ ignore_case

const bool Param::ignore_case

◆ key

const char* const Param::key

◆ pData

void* Param::pData

◆ type

const Type Param::type

The documentation for this struct was generated from the following file: