Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayLib::cKeyBase::cValue Struct Reference

#include <cKeyBase.h>

Public Attributes

VALTYPE_TYPE m_eValueType
 type of value. More...
 
const char * m_pszName
 
const void * m_pValue
 e.g. const cBigInt* if VALTYPE_RSA More...
 

Member Data Documentation

◆ m_eValueType

VALTYPE_TYPE GrayLib::cKeyBase::cValue::m_eValueType

type of value.

◆ m_pszName

const char* GrayLib::cKeyBase::cValue::m_pszName

◆ m_pValue

const void* GrayLib::cKeyBase::cValue::m_pValue

e.g. const cBigInt* if VALTYPE_RSA


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