Class that automates the push and pop groups.
More...
#include <configuration.h>
|
| 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.
|
|
Class that automates the push and pop groups.
◆ 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] | config | An instance to configuration class. |
[in] | name | Name of the group. |
[in] | argument_name | Argument name of the group. |
[in] | author | Author of the corresponding group. |
[in] | address | Email address of the corresponding group. |
[in] | date | Date of the corresponding group. |
[in] | version | Version of the group. |
◆ auto_group() [2/2]
Constructor for auto_group.
- Parameters
-
[in] | config | An instance to configuration class. |
[in] | info | Credit information of the group. |
The documentation for this struct was generated from the following file: