GraphChi  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Macros
Classes | Typedefs | Enumerations
mongcpp.h File Reference
#include <cstddef>
#include <cstdlib>
#include "mongoose.h"
#include <string>
#include <map>
#include <vector>
#include <memory>

Go to the source code of this file.

Classes

class  mongoose::MongooseConnection
class  mongoose::MongooseRequest
class  mongoose::MongooseResponse
class  mongoose::MongooseServer

Typedefs

typedef std::map< std::string,
std::string > 
mongoose::ServerOptionSet
typedef std::vector< std::string > mongoose::ServerOptionList
typedef std::vector< const char * > mongoose::ServerOptionStorage
typedef std::map< std::string,
std::string > 
mongoose::RequestValueSet
typedef std::map< std::string,
int > 
mongoose::ResponseValueIndex
typedef std::vector< std::pair
< std::string, std::string > > 
mongoose::ResponseValueList
typedef enum mg_event mongoose::ServerHandlingEvent
typedef std::map< std::string,
MongooseRequestMethodCode > 
mongoose::MethodMap
typedef std::auto_ptr< MethodMap > mongoose::MethodMapGuard

Enumerations

enum  MongooseRequestMethodCode {
  rmcUndef, rmcGet, rmcPost, rmcHead,
  rmcPut, rmcDelete, rmcTrace, rmcOptions
}

Detailed Description

Mongoose wrapper for C++