KeyValue Class Reference

#include <RobotAPI/applications/AronCodeGenerator/cxxopts.hpp>

Public Member Functions

template<typename T >
T as () const
 
const std::string & key () const
 
 KeyValue (std::string key_, std::string value_)
 
const std::string & value () const
 

Detailed Description

Definition at line 1083 of file cxxopts.hpp.

Constructor & Destructor Documentation

◆ KeyValue()

KeyValue ( std::string  key_,
std::string  value_ 
)
inline

Definition at line 1086 of file cxxopts.hpp.

Member Function Documentation

◆ as()

T as ( ) const
inline

Definition at line 1108 of file cxxopts.hpp.

+ Here is the call graph for this function:

◆ key()

const std::string& key ( ) const
inline

Definition at line 1094 of file cxxopts.hpp.

◆ value()

const std::string& value ( ) const
inline

Definition at line 1101 of file cxxopts.hpp.


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