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

#include <cpptoml.h>

Inheritance diagram for cpptoml::local_date:
[legend]

Public Attributes

int year = 0
 
int month = 0
 
int day = 0
 

Detailed Description

Definition at line 132 of file cpptoml.h.

Member Data Documentation

◆ day

int cpptoml::local_date::day = 0

Definition at line 135 of file cpptoml.h.

◆ month

int cpptoml::local_date::month = 0

Definition at line 134 of file cpptoml.h.

◆ year

int cpptoml::local_date::year = 0

Definition at line 133 of file cpptoml.h.


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