NDEVR
API Documentation
TypeInfoRegex

Logic for creating a regex for a given type of data. More...

Static Public Member Functions

static const char * ValidRegex (const TypeInfo &info)
 Returns a valid regex string for the given type info.

Detailed Description

Logic for creating a regex for a given type of data.


Definition at line 80 of file StringStream.h.

Member Function Documentation

◆ ValidRegex()

const char * TypeInfoRegex::ValidRegex ( const TypeInfo & info)
static

Returns a valid regex string for the given type info.

Parameters
[in]infoThe type info to generate a regex for.
Returns
A C-string containing the regex pattern.

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