RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Types | Public Member Functions | Public Attributes
Datacratic::PathSpec Struct Reference

#include <rest_request_router.h>

Inheritance diagram for Datacratic::PathSpec:
Datacratic::Rx

List of all members.

Public Types

enum  Type { NONE, STRING, REGEX }

Public Member Functions

 PathSpec (const std::string &fullPath)
 PathSpec (const char *fullPath)
 PathSpec (const std::string &str, const boost::regex &rex)
void getHelp (Json::Value &result)
std::string getPathDesc () const
bool operator== (const PathSpec &other) const
bool operator!= (const PathSpec &other) const
bool operator< (const PathSpec &other) const

Public Attributes

enum Datacratic::PathSpec::Type type
std::string path
boost::regex rex
std::string desc

Detailed Description

This matches part of a path for a REST URI.

Definition at line 26 of file rest_request_router.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator