MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
cpptoml::local_time Struct Reference

#include <cpptoml.h>

Inheritance diagram for cpptoml::local_time:
[legend]

Public Attributes

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

Detailed Description

Definition at line 138 of file cpptoml.h.

Member Data Documentation

◆ hour

int cpptoml::local_time::hour = 0

Definition at line 139 of file cpptoml.h.

◆ microsecond

int cpptoml::local_time::microsecond = 0

Definition at line 142 of file cpptoml.h.

◆ minute

int cpptoml::local_time::minute = 0

Definition at line 140 of file cpptoml.h.

◆ second

int cpptoml::local_time::second = 0

Definition at line 141 of file cpptoml.h.


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