This is the complete list of members for curlite::Easy, including all inherited members.
| _impl | curlite::Easy | private |
| Easy(Easy const &other) | curlite::Easy | private |
| Easy() | curlite::Easy | |
| Easy(Easy &&other) | curlite::Easy | |
| error() const | curlite::Easy | |
| errorString() const | curlite::Easy | |
| escape(std::string const &url) | curlite::Easy | |
| exceptionMode() const | curlite::Easy | |
| get() const | curlite::Easy | |
| getInfo(CURLINFO key, ValueType const &defaultValue=ValueType()) | curlite::Easy | |
| getInfo(CURLINFO key, std::string const &defaultValue) | curlite::Easy | inline |
| handleError(CURLcode code) | curlite::Easy | private |
| onChunkBegin(ChunkBeginHandler f=ChunkBeginHandler(), void *data=nullptr) | curlite::Easy | |
| onChunkEnd(ChunkEndHandler f=ChunkEndHandler(), void *data=nullptr) | curlite::Easy | |
| onCloseSocket(CloseSocketHandler f=CloseSocketHandler(), void *data=nullptr) | curlite::Easy | |
| onDebug(DebugHandler f=DebugHandler(), void *data=nullptr) | curlite::Easy | |
| onFnMatch(FnMatchHandler f=FnMatchHandler(), void *data=nullptr) | curlite::Easy | |
| onHeader(WriteHandler f=WriteHandler(), void *data=nullptr) | curlite::Easy | |
| onHeader_(SimplifiedDataHandler f) | curlite::Easy | |
| onIoctl(IoctlHandler f=IoctlHandler(), void *data=nullptr) | curlite::Easy | |
| onOpenSocket(OpenSocketHandler f=OpenSocketHandler(), void *data=nullptr) | curlite::Easy | |
| onProgress(ProgressHandler f=ProgressHandler(), void *data=nullptr) | curlite::Easy | |
| onProgress_(SimplifiedProgressHandler f) | curlite::Easy | |
| onRead(ReadHandler f=ReadHandler(), void *data=nullptr) | curlite::Easy | |
| onRead_(SimplifiedDataHandler f) | curlite::Easy | |
| onSeek(SeekHandler f=SeekHandler(), void *data=nullptr) | curlite::Easy | |
| onSockOpt(SockOptHandler f=SockOptHandler(), void *data=nullptr) | curlite::Easy | |
| onSslContext(SslContextHandler f=SslContextHandler(), void *data=nullptr) | curlite::Easy | |
| onWrite(WriteHandler f=WriteHandler(), void *data=nullptr) | curlite::Easy | |
| onWrite_(SimplifiedDataHandler f) | curlite::Easy | |
| onXferInfo(XferInfoHandler f=XferInfoHandler(), void *data=nullptr) | curlite::Easy | |
| operator bool() const | curlite::Easy | |
| operator<<(std::istream &stream) | curlite::Easy | |
| operator=(Easy const &other) | curlite::Easy | private |
| operator=(Easy &&other) | curlite::Easy | |
| operator>>(std::ostream &stream) | curlite::Easy | |
| pause(int bitmask) | curlite::Easy | |
| perform() | curlite::Easy | |
| recv(char *buffer, size_t bufferSize) | curlite::Easy | |
| release() | curlite::Easy | |
| reset() | curlite::Easy | |
| send(const char *buffer, size_t bufferSize) | curlite::Easy | |
| set(CURLoption opt, ValueType value) | curlite::Easy | |
| set(CURLoption key, int value) | curlite::Easy | inline |
| set(CURLoption key, bool value) | curlite::Easy | inline |
| set(CURLoption key, std::string const &value) | curlite::Easy | inline |
| setExceptionMode(bool throwExceptions) | curlite::Easy | |
| setUserData(void *data) | curlite::Easy | |
| SimplifiedDataHandler typedef | curlite::Easy | |
| SimplifiedProgressHandler typedef | curlite::Easy | |
| unescape(std::string const &url) | curlite::Easy | |
| userData() const | curlite::Easy | |
| ~Easy() | curlite::Easy | virtual |