Program Listing for File version.hpp

Return to documentation for file (rcppsw/version/version.hpp)

#pragma once

/*******************************************************************************
 * Includes
 ******************************************************************************/
#include <string>

#include "rcppsw/rcppsw.hpp"
#include "rcppsw/version/meta_info.hpp"

/*******************************************************************************
 * Namespaces/Decls
 ******************************************************************************/
namespace rcppsw::version {

/*******************************************************************************
 * Free Functions
 ******************************************************************************/
std::string meta_info_to_str(meta_info* info);

/*******************************************************************************
 * Global Variables
 ******************************************************************************/
extern meta_info kVersion;

} /* namespace rcppsw::version */