|
Ice 3.7 C++11 API Reference
|
This is the complete list of members for Ice::InputStream, including all inherited members.
| clear() | Ice::InputStream | |
| endEncapsulation() | Ice::InputStream | inline |
| endException(bool preserve) | Ice::InputStream | inline |
| endSlice() | Ice::InputStream | inline |
| endValue(bool preserve) | Ice::InputStream | inline |
| getClosure() const | Ice::InputStream | |
| getEncapsulationSize() | Ice::InputStream | |
| getEncoding() const | Ice::InputStream | inline |
| initialize(const CommunicatorPtr &communicator) | Ice::InputStream | |
| initialize(const CommunicatorPtr &communicator, const EncodingVersion &version) | Ice::InputStream | |
| InputStream() | Ice::InputStream | |
| InputStream(const std::vector< Byte > &bytes) | Ice::InputStream | |
| InputStream(const std::pair< const Byte *, const Byte * > &bytes) | Ice::InputStream | |
| InputStream(const CommunicatorPtr &communicator) | Ice::InputStream | |
| InputStream(const CommunicatorPtr &communicator, const std::vector< Byte > &bytes) | Ice::InputStream | |
| InputStream(const CommunicatorPtr &communicator, const std::pair< const Byte *, const Byte * > &bytes) | Ice::InputStream | |
| InputStream(const EncodingVersion &version) | Ice::InputStream | |
| InputStream(const EncodingVersion &version, const std::vector< Byte > &bytes) | Ice::InputStream | |
| InputStream(const EncodingVersion &version, const std::pair< const Byte *, const Byte * > &bytes) | Ice::InputStream | |
| InputStream(const CommunicatorPtr &communicator, const EncodingVersion &version) | Ice::InputStream | |
| InputStream(const CommunicatorPtr &communicator, const EncodingVersion &version, const std::vector< Byte > &bytes) | Ice::InputStream | |
| InputStream(const CommunicatorPtr &communicator, const EncodingVersion &version, const std::pair< const Byte *, const Byte * > &bytes) | Ice::InputStream | |
| PatchFunc typedef | Ice::InputStream | |
| pos() | Ice::InputStream | inline |
| pos(size_type p) | Ice::InputStream | inline |
| read(T &v) | Ice::InputStream | inline |
| read(Int tag, IceUtil::Optional< T > &v) | Ice::InputStream | inline |
| read(std::pair< const T *, const T * > &v) | Ice::InputStream | inline |
| read(Byte &v) | Ice::InputStream | inline |
| read(std::vector< Byte > &v) | Ice::InputStream | |
| read(std::pair< const Byte *, const Byte * > &v) | Ice::InputStream | |
| read(bool &v) | Ice::InputStream | inline |
| read(std::vector< bool > &v) | Ice::InputStream | |
| read(std::pair< const bool *, const bool * > &v) | Ice::InputStream | |
| read(Short &v) | Ice::InputStream | |
| read(std::vector< Short > &v) | Ice::InputStream | |
| read(std::pair< const short *, const short * > &v) | Ice::InputStream | |
| read(Int &v) | Ice::InputStream | inline |
| read(std::vector< Int > &v) | Ice::InputStream | |
| read(std::pair< const int *, const int * > &v) | Ice::InputStream | |
| read(Long &v) | Ice::InputStream | |
| read(std::vector< Long > &v) | Ice::InputStream | |
| read(std::pair< const long long *, const long long * > &v) | Ice::InputStream | |
| read(Float &v) | Ice::InputStream | |
| read(std::vector< Float > &v) | Ice::InputStream | |
| read(std::pair< const float *, const float * > &v) | Ice::InputStream | |
| read(Double &v) | Ice::InputStream | |
| read(std::vector< Double > &v) | Ice::InputStream | |
| read(std::pair< const double *, const double * > &v) | Ice::InputStream | |
| read(std::string &v, bool convert=true) | Ice::InputStream | |
| read(const char *&vdata, size_t &vsize, bool convert=true) | Ice::InputStream | |
| read(std::vector< std::string > &v, bool convert=true) | Ice::InputStream | |
| read(std::wstring &v) | Ice::InputStream | |
| read(std::vector< std::wstring > &v) | Ice::InputStream | |
| read(::std::shared_ptr< T > &v) | Ice::InputStream | inline |
| read(::std::shared_ptr< T > &v) | Ice::InputStream | inline |
| read(PatchFunc patchFunc, void *patchAddr) | Ice::InputStream | inline |
| readAll(T &v) | Ice::InputStream | inline |
| readAll(T &v, Te &... ve) | Ice::InputStream | inline |
| readAll(std::initializer_list< int > tags, IceUtil::Optional< T > &v) | Ice::InputStream | inline |
| readAll(std::initializer_list< int > tags, IceUtil::Optional< T > &v, IceUtil::Optional< Te > &... ve) | Ice::InputStream | inline |
| readAndCheckSeqSize(int minSize) | Ice::InputStream | |
| readBlob(std::vector< Byte > &bytes, Int sz) | Ice::InputStream | |
| readBlob(const Byte *&v, Container::size_type sz) | Ice::InputStream | inline |
| readEncapsulation(const Byte *&v, Int &sz) | Ice::InputStream | inline |
| readEnum(Int maxValue) | Ice::InputStream | |
| readOptional(Int tag, OptionalFormat expectedFormat) | Ice::InputStream | inline |
| readPendingValues() | Ice::InputStream | |
| readProxy() | Ice::InputStream | |
| readSize() | Ice::InputStream | inline |
| resize(Container::size_type sz) | Ice::InputStream | inline |
| setClassGraphDepthMax(size_t n) | Ice::InputStream | |
| setClosure(void *p) | Ice::InputStream | |
| setCompactIdResolver(std::function< std::string(int)> r) | Ice::InputStream | |
| setLogger(const LoggerPtr &logger) | Ice::InputStream | |
| setSliceValues(bool b) | Ice::InputStream | |
| setTraceSlicing(bool b) | Ice::InputStream | |
| setValueFactoryManager(const ValueFactoryManagerPtr &vfm) | Ice::InputStream | |
| size_type typedef | Ice::InputStream | |
| skip(size_type size) | Ice::InputStream | inline |
| skipEmptyEncapsulation() | Ice::InputStream | inline |
| skipEncapsulation() | Ice::InputStream | |
| skipOptional(OptionalFormat format) | Ice::InputStream | |
| skipOptionals() | Ice::InputStream | |
| skipSize() | Ice::InputStream | inline |
| skipSlice() | Ice::InputStream | inline |
| startEncapsulation() | Ice::InputStream | inline |
| startException() | Ice::InputStream | inline |
| startSlice() | Ice::InputStream | inline |
| startValue() | Ice::InputStream | inline |
| swap(InputStream &other) | Ice::InputStream | |
| throwException(UserExceptionFactory factory=nullptr) | Ice::InputStream | |
| ~InputStream() | Ice::InputStream | inline |