cpp-terminal 1.0.0
Small C++ library for writing multiplatform terminal applications
Loading...
Searching...
No Matches
key.hpp File Reference
#include <cstdint>
#include <string>

Go to the source code of this file.

Classes

class  Term::MetaKey
 
class  Term::Key
 

Namespaces

namespace  Term
 

Functions

constexpr bool Term::operator== (Key l, MetaKey r)
 
constexpr bool Term::operator== (MetaKey l, Key r)
 
constexpr bool Term::operator< (MetaKey l, Key r)
 
constexpr bool Term::operator< (Key l, MetaKey r)
 
constexpr bool Term::operator!= (Key l, MetaKey r)
 
constexpr bool Term::operator!= (MetaKey l, Key r)
 
constexpr bool Term::operator>= (MetaKey l, Key r)
 
constexpr bool Term::operator>= (Key l, MetaKey r)
 
constexpr bool Term::operator> (MetaKey l, Key r)
 
constexpr bool Term::operator> (Key l, MetaKey r)
 
constexpr bool Term::operator<= (MetaKey l, Key r)
 
constexpr bool Term::operator<= (Key l, MetaKey r)
 
constexpr Key Term::operator+ (MetaKey metakey, Key key)
 
constexpr Key Term::operator+ (Key key, MetaKey meta)
 
constexpr Key Term::operator+ (MetaKey::Value l, Key r)
 
constexpr Key Term::operator+ (Key l, MetaKey::Value r)
 
constexpr Key Term::operator+ (MetaKey::Value l, Key::value_type r)
 
constexpr Key Term::operator+ (Key::value_type l, MetaKey::Value r)