libadc-cxx 1.0.0
Structured logging for scientific computing
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
adc::version Struct Reference

A version with tags list. More...

#include <types.hpp>

Public Member Functions

 version (const std::string n, std::vector< std::string > t)
 

Public Attributes

const std::string name
 
const std::vector< std::string > tags
 

Detailed Description

A version with tags list.

Definition at line 24 of file types.hpp.

Constructor & Destructor Documentation

◆ version()

adc::version::version ( const std::string  n,
std::vector< std::string >  t 
)
inline

Definition at line 27 of file types.hpp.

Member Data Documentation

◆ name

const std::string adc::version::name

Definition at line 25 of file types.hpp.

◆ tags

const std::vector<std::string> adc::version::tags

Definition at line 26 of file types.hpp.


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