Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1497716
version.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
912 B
Referenced Files
None
Subscribers
None
version.h
View Options
/*******************************************************************************
*
* File: version.h
*
* Contents: Version information about the build of the library.
*
* Copyright 2017
*
* Author: David Juhasz (david.juhasz@tuwien.ac.at)
*
******************************************************************************/
#ifndef ROSA_CONFIG_VERSION_H
#define ROSA_CONFIG_VERSION_H
#include
<string>
// Various preprocessor macros containing the information.
#include
"rosa/config/rosa_config.h"
namespace
rosa
{
// Returns a string containing the name of the library followed by its version.
std
::
string
library_string
(
void
);
// Returns a string containing the version number of the library.
std
::
string
version
(
void
);
// Returns a multi-line string containing verbose information on the library.
std
::
string
verbose_version
(
void
);
}
// End namespace rosa
#endif
// ROSA_CONFIG_VERSION_H
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sun, Mar 1, 9:39 PM (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
285391
Default Alt Text
version.h (912 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment