LibraryLink Utilities  3.0.1
Modern C++ wrapper over LibraryLink and WSTP
LLU::WSStream Member List

This is the complete list of members for LLU::WSStream, including all inherited members.

BidirStreamToken typedefLLU::WSStream
get() noexceptLLU::WSStreaminline
LoopbackData typedefLLU::WSStream
operator<<(StreamToken f)LLU::WSStream
operator<<(BidirStreamToken f)LLU::WSStream
operator<<(const WS::Symbol &s)LLU::WSStream
operator<<(const WS::Function &f)LLU::WSStream
operator<<(const WS::Missing &f)LLU::WSStream
operator<<(const WS::BeginExpr &expr)LLU::WSStream
operator<<(const WS::DropExpr &expr)LLU::WSStream
operator<<(const WS::EndExpr &expr)LLU::WSStream
operator<<(bool b)LLU::WSStream
operator<<(mint i)LLU::WSStream
operator<<(const WS::ArrayData< T > &a)LLU::WSStream
operator<<(const WS::ListData< T > &l)LLU::WSStream
operator<<(const std::unique_ptr< T, D > &p)LLU::WSStream
operator<<(const std::vector< T > &l)LLU::WSStream
operator<<(const WS::StringData< E > &s)LLU::WSStream
operator<<(const WS::PutAs< E, T > &wrp)LLU::WSStream
operator<<(const std::basic_string< T > &s)LLU::WSStream
operator<<(const T(&s)[N])LLU::WSStream
operator<<(const char *s)LLU::WSStream
operator<<(const std::map< K, V > &map)LLU::WSStream
operator<<(T value)LLU::WSStream
operator<<(const Container &c)LLU::WSStreaminline
operator>>(BidirStreamToken f)LLU::WSStream
operator>>(const WS::Symbol &s)LLU::WSStream
operator>>(WS::Symbol &s)LLU::WSStream
operator>>(const WS::Function &f)LLU::WSStream
operator>>(WS::Function &f)LLU::WSStream
operator>>(bool &b)LLU::WSStream
operator>>(mint &i)LLU::WSStream
operator>>(WS::ArrayData< T > &a)LLU::WSStream
operator>>(WS::ListData< T > &l)LLU::WSStream
operator>>(std::vector< T > &l)LLU::WSStream
operator>>(WS::StringData< E > &s)LLU::WSStream
operator>>(std::basic_string< T > &s)LLU::WSStream
operator>>(WS::GetAs< E, T > wrp)LLU::WSStream
operator>>(std::map< K, V > &map)LLU::WSStream
operator>>(T &value)LLU::WSStream
sendRange(Iterator begin, Iterator end)LLU::WSStream
sendRange(Iterator begin, Iterator end, const std::string &head)LLU::WSStream
StreamToken typedefLLU::WSStream
WSStream(WSLINK mlp)LLU::WSStreamexplicit
WSStream(WSLINK mlp, int argc)LLU::WSStream
WSStream(WSLINK mlp, const std::string &head, int argc)LLU::WSStream
~WSStream()=defaultLLU::WSStream