Shiokaze Framework
A research-oriented fluid solver for computer graphics
configuration::auto_group Struct Reference

Class that automates the push and pop groups. More...

#include <configuration.h>

Public Member Functions

 auto_group (configuration &config, std::string name, std::string argument_name="", std::string author="", std::string address="", std::tuple< int, int, int > date=std::tuple< int, int, int >(0, 0, 0), double version=0.0)
 Constructor for auto_group. More...
 
 auto_group (configuration &config, const credit &info)
 Constructor for auto_group. More...
 
 ~auto_group ()
 Destructor for auto_group.
 

Detailed Description

Class that automates the push and pop groups.

Constructor & Destructor Documentation

◆ auto_group() [1/2]

configuration::auto_group::auto_group ( configuration config,
std::string  name,
std::string  argument_name = "",
std::string  author = "",
std::string  address = "",
std::tuple< int, int, int >  date = std::tuple<int,int,int>(0,0,0),
double  version = 0.0 
)
inline

Constructor for auto_group.

Parameters
[in]configAn instance to configuration class.
[in]nameName of the group.
[in]argument_nameArgument name of the group.
[in]authorAuthor of the corresponding group.
[in]addressEmail address of the corresponding group.
[in]dateDate of the corresponding group.
[in]versionVersion of the group.

◆ auto_group() [2/2]

configuration::auto_group::auto_group ( configuration config,
const credit info 
)
inline

Constructor for auto_group.

Parameters
[in]configAn instance to configuration class.
[in]infoCredit information of the group.

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