OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
contrail Namespace Reference

Namespaces

 sandesh
 

Classes

class  regex
 

Functions

static bool regex_search (const std::string &input, const regex &regex)
 
static bool regex_search (const std::string &input, boost::smatch &match, const regex &regex)
 
static bool regex_match (const std::string &input, const regex &regex)
 
static bool regex_match (const std::string &input, boost::smatch &match, const regex &regex)
 
static bool regex_match (const char *input, boost::cmatch &match, const regex &regex)
 
static bool regex_search (std::string::const_iterator &begin, std::string::const_iterator &end, boost::match_results< std::string::const_iterator > &results, const regex &regex, boost::regex_constants::match_flag_type flags)
 
static const std::string regex_replace (const std::string &input, const regex &regex, const char *format, boost::regex_constants::match_flag_type flags)
 

Function Documentation

static bool contrail::regex_match ( const std::string &  input,
const regex &  regex 
)
inlinestatic

Definition at line 34 of file regex.h.

static bool contrail::regex_match ( const std::string &  input,
boost::smatch &  match,
const regex &  regex 
)
inlinestatic

Definition at line 38 of file regex.h.

Here is the call graph for this function:

static bool contrail::regex_match ( const char *  input,
boost::cmatch &  match,
const regex &  regex 
)
inlinestatic

Definition at line 43 of file regex.h.

Here is the call graph for this function:

static const std::string contrail::regex_replace ( const std::string &  input,
const regex &  regex,
const char *  format,
boost::regex_constants::match_flag_type  flags 
)
inlinestatic

Definition at line 56 of file regex.h.

static bool contrail::regex_search ( const std::string &  input,
const regex &  regex 
)
inlinestatic

Definition at line 25 of file regex.h.

static bool contrail::regex_search ( const std::string &  input,
boost::smatch &  match,
const regex &  regex 
)
inlinestatic

Definition at line 29 of file regex.h.

Here is the call graph for this function:

static bool contrail::regex_search ( std::string::const_iterator &  begin,
std::string::const_iterator &  end,
boost::match_results< std::string::const_iterator > &  results,
const regex &  regex,
boost::regex_constants::match_flag_type  flags 
)
inlinestatic

Definition at line 48 of file regex.h.

Here is the call graph for this function: