|
FTXUI 6.1.9
C++ functional terminal UI.
|
成员的完整列表,这些成员属于 ConstStringRef,包括所有继承而来的类成员
| ConstRef()=default | ConstRef< std::string > | |
| ConstRef(std::string t) | ConstRef< std::string > | inline |
| ConstRef(const std::string *t) | ConstRef< std::string > | inline |
| ConstRef(const ConstRef< std::string > &)=default | ConstRef< std::string > | |
| ConstRef(ConstRef< std::string > &&) noexcept=default | ConstRef< std::string > | |
| ConstStringRef(const std::wstring *ref) | ConstStringRef | inline |
| ConstStringRef(const std::wstring ref) | ConstStringRef | inline |
| ConstStringRef(const wchar_t *ref) | ConstStringRef | inline |
| ConstStringRef(const char *ref) | ConstStringRef | inline |
| operator()() const | ConstRef< std::string > | inline |
| operator*() const | ConstRef< std::string > | inline |
| operator->() const | ConstRef< std::string > | inline |
| operator=(ConstRef &&) noexcept=default | ConstRef< std::string > | |
| operator=(const ConstRef< std::string > &)=default | ConstRef< std::string > | |
| ~ConstRef()=default | ConstRef< std::string > |