cpp_redis  4.0.0
cpp_redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
Classes | Namespaces | Macros | Functions
reply.hpp File Reference
#include <iostream>
#include <string>
#include <vector>
#include <stdint.h>

Go to the source code of this file.

Classes

class  cpp_redis::reply
 

Namespaces

 cpp_redis
 

Macros

#define __CPP_REDIS_REPLY_ERR   0
 
#define __CPP_REDIS_REPLY_BULK   1
 
#define __CPP_REDIS_REPLY_SIMPLE   2
 
#define __CPP_REDIS_REPLY_NULL   3
 
#define __CPP_REDIS_REPLY_INT   4
 
#define __CPP_REDIS_REPLY_ARRAY   5
 

Functions

std::ostream & operator<< (std::ostream &os, const cpp_redis::reply &reply)
 support for output More...
 

Macro Definition Documentation

◆ __CPP_REDIS_REPLY_ARRAY

#define __CPP_REDIS_REPLY_ARRAY   5

◆ __CPP_REDIS_REPLY_BULK

#define __CPP_REDIS_REPLY_BULK   1

◆ __CPP_REDIS_REPLY_ERR

#define __CPP_REDIS_REPLY_ERR   0

◆ __CPP_REDIS_REPLY_INT

#define __CPP_REDIS_REPLY_INT   4

◆ __CPP_REDIS_REPLY_NULL

#define __CPP_REDIS_REPLY_NULL   3

◆ __CPP_REDIS_REPLY_SIMPLE

#define __CPP_REDIS_REPLY_SIMPLE   2

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const cpp_redis::reply reply 
)

support for output