Cuberite
A lightweight, fast and extensible game server for Minecraft
Public Attributes | List of all members
cIniFile::key Struct Reference

Public Attributes

std::vector< AStringm_Comments
 
std::vector< AStringm_Names
 
std::vector< AStringm_Values
 

Detailed Description

Definition at line 47 of file IniFile.h.

Member Data Documentation

◆ m_Comments

std::vector<AString> cIniFile::key::m_Comments

Definition at line 51 of file IniFile.h.

◆ m_Names

std::vector<AString> cIniFile::key::m_Names

Definition at line 49 of file IniFile.h.

◆ m_Values

std::vector<AString> cIniFile::key::m_Values

Definition at line 50 of file IniFile.h.


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