FlightGear next
NameValue Struct Reference

Public Member Functions

 NameValue (const std::string &name, const std::string &value)
 
bool operator< (const NameValue &rhs) const
 

Public Attributes

std::string name
 
std::string value
 

Detailed Description

Definition at line 58 of file Highlight.cxx.

Constructor & Destructor Documentation

◆ NameValue()

NameValue::NameValue ( const std::string & name,
const std::string & value )
inline

Definition at line 60 of file Highlight.cxx.

Member Function Documentation

◆ operator<()

bool NameValue::operator< ( const NameValue & rhs) const
inline

Definition at line 65 of file Highlight.cxx.

Member Data Documentation

◆ name

std::string NameValue::name

Definition at line 63 of file Highlight.cxx.

◆ value

std::string NameValue::value

Definition at line 64 of file Highlight.cxx.


The documentation for this struct was generated from the following file: