CNORXZ
Container with Native Operation Routines and Expressions
Loading...
Searching...
No Matches
config.cc
Go to the documentation of this file.
1// -*- C++ -*-
14#include "base/config.h"
15
16namespace CNORXZ
17{
18 namespace Config
19 {
21 {
22 return String(VERSION);
23 }
24
26 {
27 return String(GIT_COMMIT);
28 }
29
31 {
32 return String(CXX_FLAGS);
33 }
34 }
35}
Runtime config functions declarations.
String version()
Definition config.cc:20
String commit()
Definition config.cc:25
String flags()
Definition config.cc:30
std::string String
Definition types.h:42
Sptr< Range > rangeCast(const RangePtr r)