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

#include <regex.h>

Inheritance diagram for contrail::regex:
Collaboration diagram for contrail::regex:

Public Member Functions

 regex ()
 
 regex (const std::string &pattern, boost::regex_constants::syntax_option_type flags=boost::regex_constants::match_default|boost::regex_constants::no_except)
 

Detailed Description

Definition at line 12 of file regex.h.

Constructor & Destructor Documentation

contrail::regex::regex ( )
inline

Definition at line 14 of file regex.h.

contrail::regex::regex ( const std::string &  pattern,
boost::regex_constants::syntax_option_type  flags = boost::regex_constants::match_default | boost::regex_constants::no_except 
)
inlineexplicit

Definition at line 17 of file regex.h.


The documentation for this class was generated from the following file: