teditor  1.8.0@@fee5e94
Terminal based editor written in C++
Public Member Functions | Public Attributes | List of all members
teditor::InfoCmp Struct Reference

#include <infocmp.h>

Public Member Functions

 InfoCmp ()
 
std::string getStrCap (const std::string &cap) const
 

Public Attributes

std::string header
 
Strings boolCaps
 
std::unordered_map< std::string, unsigned > numCaps
 
std::unordered_map< std::string, std::string > strCaps
 

Constructor & Destructor Documentation

◆ InfoCmp()

teditor::InfoCmp::InfoCmp ( )

Member Function Documentation

◆ getStrCap()

std::string teditor::InfoCmp::getStrCap ( const std::string &  cap) const

Member Data Documentation

◆ boolCaps

Strings teditor::InfoCmp::boolCaps

◆ header

std::string teditor::InfoCmp::header

◆ numCaps

std::unordered_map<std::string, unsigned> teditor::InfoCmp::numCaps

◆ strCaps

std::unordered_map<std::string, std::string> teditor::InfoCmp::strCaps

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