BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
fc::json_relaxed::CharValueTable Struct Reference

#include <json_relaxed.hpp>

Public Member Functions

 CharValueTable ()
 
uint8_t operator[] (char index) const
 

Public Attributes

uint8_t c2v [0x100]
 

Detailed Description

Definition at line 244 of file json_relaxed.hpp.

Constructor & Destructor Documentation

◆ CharValueTable()

fc::json_relaxed::CharValueTable::CharValueTable ( )
inline

Definition at line 247 of file json_relaxed.hpp.

Member Function Documentation

◆ operator[]()

uint8_t fc::json_relaxed::CharValueTable::operator[] ( char  index) const
inline

Definition at line 290 of file json_relaxed.hpp.

Member Data Documentation

◆ c2v

uint8_t fc::json_relaxed::CharValueTable::c2v[0x100]

Definition at line 292 of file json_relaxed.hpp.


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