WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
Loading...
Searching...
No Matches
text.h File Reference
#include <functional>
#include <ostream>
#include <optional>
#include <chrono>
#include <memory>
#include "field.h"
#include "webcface-config.h"
#include "webcface/common/val_adaptor.h"
Include dependency graph for text.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Variant
 文字列、数値などの型を送受信するクラス More...
 
class  Text
 文字列の送受信データを表すクラス More...
 
class  InputRef
 名前を指定しないText More...
 

Namespaces

namespace  webcface
 
namespace  webcface::internal
 

Functions

std::ostream & operator<< (std::ostream &os, const Text &data)
 Textをostreamに渡すとTextの中身を表示
 
template<typename T , typename std::enable_if_t< std::is_constructible_v< ValAdaptor, T >, std::nullptr_t > = nullptr>
bool operator== (const T &other, const InputRef &ref)
 
template<typename T , typename std::enable_if_t< std::is_constructible_v< ValAdaptor, T >, std::nullptr_t > = nullptr>
bool operator!= (const T &other, const InputRef &ref)
 
std::ostream & operator<< (std::ostream &os, const InputRef &ref)