OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
regex.h File Reference
#include <boost/regex.hpp>
#include <string>
Include dependency graph for regex.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  contrail::regex
 

Namespaces

 contrail
 

Functions

static bool contrail::regex_search (const std::string &input, const regex &regex)
 
static bool contrail::regex_search (const std::string &input, boost::smatch &match, const regex &regex)
 
static bool contrail::regex_match (const std::string &input, const regex &regex)
 
static bool contrail::regex_match (const std::string &input, boost::smatch &match, const regex &regex)
 
static bool contrail::regex_match (const char *input, boost::cmatch &match, const regex &regex)
 
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)
 
static const std::string contrail::regex_replace (const std::string &input, const regex &regex, const char *format, boost::regex_constants::match_flag_type flags)