OpenSiv3D  v0.6.5
C++20 framework for creative coding
s3d::INISection Struct Reference

#include <INI.hpp>

Public Member Functions

 INISection ()=default
 
 INISection (String _section, Array< INIKey > _keys)
 

Public Attributes

String section
 
Array< INIKeykeys
 

Constructor & Destructor Documentation

◆ INISection() [1/2]

s3d::INISection::INISection ( )
default

◆ INISection() [2/2]

s3d::INISection::INISection ( String  _section,
Array< INIKey _keys 
)
inline

Member Data Documentation

◆ keys

Array<INIKey> s3d::INISection::keys

◆ section

String s3d::INISection::section

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