Source-highlight Library
versions.h
1/*
2 * Created on: Apr 18, 2009
3 * Author: Lorenzo Bettini <http://www.lorenzobettini.it>, (C) 2008
4 * Copyright: See COPYING file that comes with this distribution
5 */
6
7#ifndef VERSIONS_H_
8#define VERSIONS_H_
9
10#include <string>
11
12namespace srchilite {
13
17class Versions {
18public:
22 static const std::string getVersion();
23
27 static const std::string getLibraryVersion();
28
32 static const std::string getCompleteVersion();
33
34};
35
36}
37
38#endif /* VERSIONS_H_ */
Utility functions for version numbers.
Definition: versions.h:17
static const std::string getLibraryVersion()
Definition: versions.cpp:25
static const std::string getVersion()
Definition: versions.cpp:21
static const std::string getCompleteVersion()
Definition: versions.cpp:29
C++ class: doctemplate.h.
Definition: bufferedoutput.cpp:13