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

#include <INI.hpp>

Public Member Functions

 INIKey ()=default
 
 INIKey (String _name, String _value)
 

Public Attributes

String name
 
String value
 

Constructor & Destructor Documentation

◆ INIKey() [1/2]

s3d::INIKey::INIKey ( )
default

◆ INIKey() [2/2]

s3d::INIKey::INIKey ( String  _name,
String  _value 
)
inline

Member Data Documentation

◆ name

String s3d::INIKey::name

◆ value

String s3d::INIKey::value

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