Dripline-Cpp  v2.4.2
Dripline Implementation in C++
Public Member Functions | List of all members
version_store_adder< x_version > Struct Template Reference

Version adder struct to enable adding version classes at static initialization. See ADD_VERSION. More...

#include <version_store.hh>

Public Member Functions

 version_store_adder (const std::string &a_name)
 

Detailed Description

template<typename x_version>
struct dripline::version_store_adder< x_version >

Version adder struct to enable adding version classes at static initialization. See ADD_VERSION.

Author
N.S. Oblath
Note
This method for adding a version object requires a derived version class that has been registered with the factory already. It's intended to be used at static initialization time, but could be used during runtime as well.

Definition at line 66 of file version_store.hh.

Constructor & Destructor Documentation

◆ version_store_adder()

version_store_adder ( const std::string &  a_name)
inline

Definition at line 68 of file version_store.hh.


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