Logo
Reference manual - version ored_version
wildcard.hpp File Reference

utilities for wildcard handling More...

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

Classes

class  Wildcard

Namespaces

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

Functions

bool operator< (const Wildcard &w1, const Wildcard &w2)
template<class C>
QuantLib::ext::optional< WildcardgetUniqueWildcard (const C &c)
 checks if at most one element in C has a wild card and returns it in this case
void partitionQuotes (const std::set< std::string > &quoteNames, std::set< std::string > &names, std::set< std::string > &regexes)
void partitionQuotes (const std::set< std::string > &quoteNames, std::set< std::string > &names, std::set< std::string > &regexes, std::set< std::string > &prefixes, const bool aggressivePrefixes=false)

Detailed Description

utilities for wildcard handling