Dripline-Cpp
v2.4.2
Dripline Implementation in C++
library
version_store.cc
Go to the documentation of this file.
1
/*
2
* version_store.cc
3
*
4
* Created on: Sep 20, 2019
5
* Author: N.S. Oblath
6
*/
7
8
#define DRIPLINE_API_EXPORTS
9
10
#include "
version_store.hh
"
11
12
13
namespace
dripline
14
{
15
16
version_store::version_store
() :
17
f_versions()
18
{}
19
20
version_store::~version_store
()
21
{}
22
23
DRIPLINE_API
void
add_version
(
const
std::string& a_name, scarab::version_semantic_ptr_t a_version_ptr )
24
{
25
version_store::get_instance()->add_version( a_name, a_version_ptr );
26
}
27
28
29
}
/* namespace dripline */
version_store.hh
DRIPLINE_API
#define DRIPLINE_API
Definition:
dripline_api.hh:34
dripline::version_store::version_store
version_store()
Definition:
version_store.cc:16
dripline
Definition:
agent.cc:39
dripline::version_store::add_version
void add_version(const std::string &a_name)
Definition:
version_store.hh:115
dripline::version_store::~version_store
virtual ~version_store()
Definition:
version_store.cc:20
Generated by
1.8.13