GRASP rci-qed
Public Attributes | List of all members
cpptoml::local_time Struct Reference

#include <cpptoml.h>

Inheritance diagram for cpptoml::local_time:
Inheritance graph
[legend]

Public Attributes

int hour = 0
 
int minute = 0
 
int second = 0
 
int microsecond = 0
 

Member Data Documentation

◆ hour

int cpptoml::local_time::hour = 0

◆ microsecond

int cpptoml::local_time::microsecond = 0

◆ minute

int cpptoml::local_time::minute = 0

◆ second

int cpptoml::local_time::second = 0

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