CNORXZ
Container with Native Operation Routines and Expressions
Loading...
Searching...
No Matches
config.h
Go to the documentation of this file.
1// -*- C++ -*-
14#ifndef __cxz_config_h__
15#define __cxz_config_h__
16
17#include <cstdlib>
18#include "base/types.h"
19
20namespace CNORXZ
21{
22 namespace Config
23 {
26
28 String commit();
29
31 String flags();
32 }
33}
34
35#endif
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
Declaration of all library types.