mrdocs::SymbolGlobPattern
A glob pattern matcher for C++ symbols
Synopsis
Declared in <mrdocs/Support/Glob.hpp>
class SymbolGlobPattern;
Description
A glob pattern matcher where "*" does not match "::". The pattern "**" can be used to match any number of "::".
Member Functions
Name |
Description |
|
Construct an empty SymbolGlobPattern. |
Checks if the glob pattern is a literal string. |
|
Matches the given string against the glob pattern. |
|
Matches the start of a given string against the glob pattern. |
|
Returns the glob pattern. |