Marine Library
1.0
C++ library for Linux Networking Development
|
This is the complete list of members for CInByteStream, including all inherited members.
bad(int code) | CInByteStream | inline |
CInByteStream() | CInByteStream | inline |
CInByteStream(const char *buf, size_t sz, bool net=kByteOrderDefault) | CInByteStream | inline |
CInByteStream(const unsigned char *buf, size_t sz, bool net=kByteOrderDefault) | CInByteStream | inline |
CInByteStream(const signed char *buf, size_t sz, bool net=kByteOrderDefault) | CInByteStream | inline |
CInByteStream(const std::string &buf, bool net=kByteOrderDefault) | CInByteStream | inline |
cur() const | CInByteStream | inline |
data() const | CInByteStream | inline |
left() const | CInByteStream | inline |
operator>>(char &c) (defined in CInByteStream) | CInByteStream | inline |
operator>>(signed char &c) (defined in CInByteStream) | CInByteStream | inline |
operator>>(unsigned char &c) (defined in CInByteStream) | CInByteStream | inline |
operator>>(short &c) (defined in CInByteStream) | CInByteStream | inline |
operator>>(unsigned short &c) (defined in CInByteStream) | CInByteStream | inline |
operator>>(int &c) (defined in CInByteStream) | CInByteStream | inline |
operator>>(unsigned int &c) (defined in CInByteStream) | CInByteStream | inline |
operator>>(long &c) (defined in CInByteStream) | CInByteStream | inline |
operator>>(unsigned long &c) (defined in CInByteStream) | CInByteStream | inline |
operator>>(long long &c) (defined in CInByteStream) | CInByteStream | inline |
operator>>(unsigned long long &c) (defined in CInByteStream) | CInByteStream | inline |
operator>>(wchar_t &c) (defined in CInByteStream) | CInByteStream | inline |
operator>>(std::string &c) | CInByteStream | inline |
operator>>(std::wstring &c) | CInByteStream | inline |
operator>>(T(&c)[N]) | CInByteStream | inline |
operator>>(void(*m)(__MyBase &)) (defined in CInByteStream) | CInByteStream | inline |
operator>>(const NS_IMPL::CManipulatorRawPtr< T > &m) (defined in CInByteStream) | CInByteStream | inline |
operator>>(const NS_IMPL::CManipulatorRawCont< T > &m) (defined in CInByteStream) | CInByteStream | inline |
operator>>(const NS_IMPL::CManipulatorRawRange< ForwardIter > &m) (defined in CInByteStream) | CInByteStream | inline |
operator>>(const NS_IMPL::CManipulatorArrayPtr< LenT, T > &m) (defined in CInByteStream) | CInByteStream | inline |
operator>>(const NS_IMPL::CManipulatorArrayCont< LenT, T > &m) (defined in CInByteStream) | CInByteStream | inline |
operator>>(const NS_IMPL::CManipulatorValueByteOrder< T > &m) (defined in CInByteStream) | CInByteStream | inline |
operator>>(const NS_IMPL::CManipulatorSeek &m) (defined in CInByteStream) | CInByteStream | inline |
operator>>(const NS_IMPL::CManipulatorSkip &m) (defined in CInByteStream) | CInByteStream | inline |
operator>>(const NS_IMPL::CManipulatorSkipPtr< T > &m) (defined in CInByteStream) | CInByteStream | inline |
operator>>(const NS_IMPL::CManipulatorOffsetValue< T > &m) (defined in CInByteStream) | CInByteStream | inline |
operator>>(const NS_IMPL::CManipulatorProtobuf< T > &m) (defined in CInByteStream) | CInByteStream | inline |
operator>>(const NS_IMPL::CManipulatorVarint< T > &m) (defined in CInByteStream) | CInByteStream | inline |
operator>>(const NS_IMPL::CManipulatorStubPush &m) (defined in CInByteStream) | CInByteStream | inline |
operator>>(const NS_IMPL::CManipulatorStubPop &m) (defined in CInByteStream) | CInByteStream | inline |
operator>>(const NS_IMPL::CManipulatorEnd< T, S > &m) (defined in CInByteStream) | CInByteStream | inline |
operator>>(NS_IMPL::CManipulatorEnd< void, void >(*m)()) (defined in CInByteStream) | CInByteStream | inline |
seek(size_t pos) | CInByteStream | inline |
setSource(const char *buf, size_t sz, bool net=kByteOrderDefault) | CInByteStream | inline |
setSource(const unsigned char *buf, size_t sz, bool net=kByteOrderDefault) | CInByteStream | inline |
setSource(const signed char *buf, size_t sz, bool net=kByteOrderDefault) | CInByteStream | inline |
setSource(const std::string &buf, bool net=kByteOrderDefault) | CInByteStream | inline |
skip(ssize_t off) | CInByteStream | inline |
toString() const | CInByteStream | inline |