#include <source/ariba/utility/misc/StringFormat.h>
Public Member Functions | |
regex_nav (const _match &match) | |
regex_nav () | |
bool | matched () const |
regex_nav | operator[] (const sregex &type) const |
regex_nav | operator[] (int index) const |
int | size () const |
std::string | str () const |
Private Types | |
typedef boost::xpressive::smatch | _match |
typedef _match::nested_results_type | nested_results |
typedef nested_results::const_iterator | nested_iterator |
Private Attributes | |
const _match & | match |
Definition at line 13 of file StringFormat.h.
typedef boost::xpressive::smatch ariba::utility::string_format::regex_nav::_match [private] |
Definition at line 15 of file StringFormat.h.
typedef _match::nested_results_type ariba::utility::string_format::regex_nav::nested_results [private] |
Definition at line 16 of file StringFormat.h.
typedef nested_results::const_iterator ariba::utility::string_format::regex_nav::nested_iterator [private] |
Definition at line 17 of file StringFormat.h.
ariba::utility::string_format::regex_nav::regex_nav | ( | const _match & | match | ) | [inline] |
Definition at line 21 of file StringFormat.h.
ariba::utility::string_format::regex_nav::regex_nav | ( | ) | [inline] |
bool ariba::utility::string_format::regex_nav::matched | ( | ) | const [inline] |
regex_nav ariba::utility::string_format::regex_nav::operator[] | ( | const sregex & | type | ) | const [inline] |
regex_nav ariba::utility::string_format::regex_nav::operator[] | ( | int | index | ) | const [inline] |
int ariba::utility::string_format::regex_nav::size | ( | ) | const [inline] |
std::string ariba::utility::string_format::regex_nav::str | ( | ) | const [inline] |
const _match& ariba::utility::string_format::regex_nav::match [private] |
Definition at line 18 of file StringFormat.h.
Referenced by matched(), operator[](), size(), and str().