RSC  0.17.1
rsc::config::EnvironmentVariableSource::Match Class Reference

#include <Environment.h>

Collaboration diagram for rsc::config::EnvironmentVariableSource::Match:
Collaboration graph

Public Member Functions

 Match (const std::string &rawName, const std::string &transformedName, const std::string &value)
 
const std::string & getRawName () const
 
const std::string & getTransformedName () const
 
const std::string & getValue () const
 

Private Attributes

std::string rawName
 
std::string transformedName
 
std::string value
 

Detailed Description

Definition at line 117 of file Environment.h.

Constructor & Destructor Documentation

rsc::config::EnvironmentVariableSource::Match::Match ( const std::string &  rawName,
const std::string &  transformedName,
const std::string &  value 
)

Definition at line 129 of file Environment.cpp.

Member Function Documentation

const string & rsc::config::EnvironmentVariableSource::Match::getRawName ( ) const

Definition at line 135 of file Environment.cpp.

References rawName.

const string & rsc::config::EnvironmentVariableSource::Match::getTransformedName ( ) const

Definition at line 139 of file Environment.cpp.

References transformedName.

const string & rsc::config::EnvironmentVariableSource::Match::getValue ( ) const

Definition at line 143 of file Environment.cpp.

References value.

Member Data Documentation

std::string rsc::config::EnvironmentVariableSource::Match::rawName
private

Definition at line 127 of file Environment.h.

Referenced by getRawName().

std::string rsc::config::EnvironmentVariableSource::Match::transformedName
private

Definition at line 128 of file Environment.h.

Referenced by getTransformedName().

std::string rsc::config::EnvironmentVariableSource::Match::value
private

Definition at line 129 of file Environment.h.

Referenced by getValue().


The documentation for this class was generated from the following files: