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 1000 of file cxxopts.hpp.

Constructor & Destructor Documentation

◆ KeyValue()

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

Definition at line 1003 of file cxxopts.hpp.

Member Function Documentation

◆ as()

template<typename T>
T as ( ) const
inline

Definition at line 1022 of file cxxopts.hpp.

+ Here is the call graph for this function:

◆ key()

const std::string & key ( ) const
inline

Definition at line 1009 of file cxxopts.hpp.

◆ value()

const std::string & value ( ) const
inline

Definition at line 1015 of file cxxopts.hpp.


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