opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
osc::DAEMetadata Struct Referencefinal

#include <dae.h>

Public Member Functions

 DAEMetadata ()
 
 DAEMetadata (std::string_view author_, std::string_view authoring_tool_)
 

Public Attributes

std::string author
 
std::string authoring_tool
 
std::tm creation_time
 
std::tm modification_time
 

Constructor & Destructor Documentation

◆ DAEMetadata() [1/2]

osc::DAEMetadata::DAEMetadata ( )
explicit

◆ DAEMetadata() [2/2]

osc::DAEMetadata::DAEMetadata ( std::string_view  author_,
std::string_view  authoring_tool_ 
)
explicit

Member Data Documentation

◆ author

std::string osc::DAEMetadata::author

◆ authoring_tool

std::string osc::DAEMetadata::authoring_tool

◆ creation_time

std::tm osc::DAEMetadata::creation_time

◆ modification_time

std::tm osc::DAEMetadata::modification_time

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