Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
wildcard.hpp File Reference

utilities for wildcard handling More...

#include <boost/optional.hpp>
#include <ql/shared_ptr.hpp>
#include <regex>
#include <set>
#include <string>

Go to the source code of this file.

Classes

class  Wildcard
 

Namespaces

namespace  ore
 Serializable Credit Default Swap.
 
namespace  ore::data
 

Functions

template<class C >
boost::optional< Wildcard > getUniqueWildcard (const C &c)
 checks if at most one element in C has a wild card and returns it in this case More...
 
void partitionQuotes (const set< string > &quoteNames, set< string > &names, set< string > &regexes)
 
void partitionQuotes (const set< string > &quoteNames, set< string > &names, set< string > &regexes, std::set< std::string > &prefixes, const bool aggressivePrefixes)
 

Detailed Description

utilities for wildcard handling

Definition in file wildcard.hpp.