GEOSX
Public Types | Public Member Functions | List of all members
geosx::rtTypes::typeRegex Class Reference

Matching regex for data types in xml. More...

#include <DataTypes.hpp>

Public Types

using regexMapType = std::map< string, string >
 The type of map used to store the map of type parsing regular expressions.
 

Public Member Functions

regexMapType::iterator begin ()
 Get an iterator to the beginning of regex map. More...
 
regexMapType::iterator end ()
 Get an iterator to the end of regex map. More...
 
regexMapType::const_iterator begin () const
 Get a const iterator to the beginning of regex map. More...
 
regexMapType::const_iterator end () const
 Get a const iterator to the end of regex map. More...
 

Detailed Description

Matching regex for data types in xml.

Definition at line 552 of file DataTypes.hpp.

Member Function Documentation

◆ begin() [1/2]

regexMapType::iterator geosx::rtTypes::typeRegex::begin ( )
inline

Get an iterator to the beginning of regex map.

Returns

Definition at line 563 of file DataTypes.hpp.

◆ begin() [2/2]

regexMapType::const_iterator geosx::rtTypes::typeRegex::begin ( ) const
inline

Get a const iterator to the beginning of regex map.

Returns

Definition at line 575 of file DataTypes.hpp.

◆ end() [1/2]

regexMapType::iterator geosx::rtTypes::typeRegex::end ( )
inline

Get an iterator to the end of regex map.

Returns

Definition at line 569 of file DataTypes.hpp.

◆ end() [2/2]

regexMapType::const_iterator geosx::rtTypes::typeRegex::end ( ) const
inline

Get a const iterator to the end of regex map.

Returns

Definition at line 581 of file DataTypes.hpp.


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