FACT++
1.0
|
This is the complete list of members for Connection, including all inherited members.
Alarm(const std::string &str) | MessageImp | inline |
Alarm(const char *txt) | MessageImp | inline |
Alarm(const std::ostringstream &str) | MessageImp | inline |
AsyncConnect(boost::asio::ip::tcp::resolver::iterator iterator) | Connection | private |
AsyncConnect() | Connection | private |
AsyncRead(const boost::asio::mutable_buffers_1 buffers, int type=0) | Connection | |
AsyncWait(boost::asio::deadline_timer &timer, int millisec, void(Connection::*handler)(const boost::system::error_code &)) | Connection | inline |
AsyncWaitImp(boost::asio::deadline_timer &timer, int millisec, void(T::*handler)(const boost::system::error_code &)) | Connection | inline |
AsyncWrite(const boost::asio::const_buffers_1 &buffers) | Connection | |
CloseImp(bool restart=true) | Connection | private |
Comment(const std::string &str) | MessageImp | inline |
Comment(const char *txt) | MessageImp | inline |
Comment(const std::ostringstream &str) | MessageImp | inline |
ConnectAddr(const boost::asio::ip::tcp::endpoint &endpoint, const boost::system::error_code &error) | Connection | private |
ConnectImp(const boost::asio::ip::tcp::endpoint &endpoint, const boost::system::error_code &error) | Connection | private |
Connection(boost::asio::io_service &io_service, std::ostream &out) | Connection | |
ConnectionEstablished() | Connection | inlineprivatevirtual |
ConnectionFailed() | Connection | inlineprivatevirtual |
ConnectionStatus_t enum name | Connection | private |
ConnectIter(boost::asio::ip::tcp::resolver::iterator endpoint_iterator, const boost::system::error_code &error) | Connection | private |
Debug(const std::string &str) | MessageImp | inline |
Debug(const char *txt) | MessageImp | inline |
Debug(const std::ostringstream &str) | MessageImp | inline |
Error(const std::string &str) | MessageImp | inline |
Error(const char *txt) | MessageImp | inline |
Error(const std::ostringstream &str) | MessageImp | inline |
fAddress | Connection | private |
Fatal(const std::string &str) | MessageImp | inline |
Fatal(const char *txt) | MessageImp | inline |
Fatal(const std::ostringstream &str) | MessageImp | inline |
fConnectionStatus | Connection | private |
fConnectionTimer | Connection | private |
fDebugTx | Connection | private |
fEndpoint | Connection | private |
fErrConnect | Connection | private |
fInTimeout | Connection | protected |
fLog | Connection | private |
fMsgConnect | Connection | private |
fOutTimeout | Connection | private |
fPort | Connection | private |
fQueueSize | Connection | private |
fVerbose | Connection | private |
GetEndpoint() const | Connection | inline |
HandleConnectionTimer(const boost::system::error_code &error) | Connection | private |
HandleReadTimeout(const boost::system::error_code &) | Connection | inlinevirtual |
HandleReceivedData(const boost::system::error_code &, size_t, int=0) | Connection | inlinevirtual |
HandleSentData(const boost::system::error_code &error, size_t) | Connection | private |
HandleWriteTimeout(const boost::system::error_code &error) | Connection | private |
IndicateStateChange(const Time &, const std::string &) | MessageImp | inlinevirtual |
Info(const std::string &str) | MessageImp | inline |
Info(const char *txt) | MessageImp | inline |
Info(const std::ostringstream &str) | MessageImp | inline |
IsClosed() const | Connection | inline |
IsConnected() const | Connection | inline |
IsConnecting() const | Connection | inline |
IsDisconnected() const | Connection | inline |
IsTxQueueEmpty() const | Connection | inline |
kAlarm enum value | MessageImp | |
kComment enum value | MessageImp | |
kConnected enum value | Connection | private |
kConnecting enum value | Connection | private |
kDebug enum value | MessageImp | |
kDisconnected enum value | Connection | private |
kError enum value | MessageImp | |
kFatal enum value | MessageImp | |
kInfo enum value | MessageImp | |
kMessage enum value | MessageImp | |
kWarn enum value | MessageImp | |
Message(const std::string &str) | MessageImp | inline |
Message(const char *txt) | MessageImp | inline |
Message(const std::ostringstream &str) | MessageImp | inline |
MessageImp(std::ostream &out=std::cout) | MessageImp | |
MessageQueueEmpty() const | MessageImp | inlinevirtual |
operator()() const | MessageImp | inline |
Out() | Connection | inline |
MessageImp::Out() const | MessageImp | inline |
PostClose(bool restart=true) | Connection | |
PostMessage(const void *msg, size_t s=0) | Connection | |
PostMessage(const std::string &cmd, size_t s=-1) | Connection | |
PostMessage(const std::array< T, N > &msg) | Connection | inline |
PostMessage(const std::vector< T > &msg) | Connection | inline |
SetDebugTx(bool b=true) | Connection | inline |
SetEndpoint(const std::string &addr, int port) | Connection | |
SetEndpoint(const std::string &addr, const std::string &port) | Connection | |
SetEndpoint(const std::string &addr) | Connection | |
SetEndpoint(const boost::asio::ip::tcp::endpoint &ep) | Connection | |
SetLogStream(MessageImp *log) | Connection | inline |
SetVerbose(bool b=true) | Connection | inline |
Severity enum name | MessageImp | |
StartConnect() | Connection | virtual |
StateChanged(const Time &time, const std::string &server, const std::string &msg, int state) | MessageImp | |
Update(const std::string &txt, int severity=kMessage) | MessageImp | |
Update(const char *txt, int severity=kMessage) | MessageImp | inline |
Update(const std::ostringstream &str, int severity=kMessage) | MessageImp | inline |
URL() const | Connection | inline |
Warn(const std::string &str) | MessageImp | inline |
Warn(const char *txt) | MessageImp | inline |
Warn(const std::ostringstream &str) | MessageImp | inline |
Write(const Time &t, const std::string &txt, int qos=kInfo) | Connection | privatevirtual |
~MessageImp() | MessageImp | inlinevirtual |