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 > "eNames, set< string > &names, set< string > ®exes) |
void | partitionQuotes (const set< string > "eNames, set< string > &names, set< string > ®exes, std::set< std::string > &prefixes, const bool aggressivePrefixes) |
utilities for wildcard handling
Definition in file wildcard.hpp.