Go to the source code of this file.
Namespaces | |
namespace | Util |
Functions | |
CComBSTR | Util::Copy (const std::string &str) |
std::string | Util::Copy (const CComBSTR &bstr) |
std::wstring | Util::CopyW (const CComBSTR &bstr) |
Util::InfoOption & | operator++ (Util::InfoOption &eOption, int) |
Util::InfoOption & | operator++ (Util::InfoOption &eOption) |
bool | isAll (const std::set< Util::InfoOption > &setOptions) |
bool | isNone (const std::set< Util::InfoOption > &setOptions) |
unsigned short | copy (const std::set< Util::InfoOption > &setOptions) |
std::set< Util::InfoOption > | copy (unsigned short usOptions) |
std::set<Util::InfoOption> copy | ( | unsigned short | usOptions | ) |
unsigned short copy | ( | const std::set< Util::InfoOption > & | setOptions | ) |
bool isAll | ( | const std::set< Util::InfoOption > & | setOptions | ) |
bool isNone | ( | const std::set< Util::InfoOption > & | setOptions | ) |
Util::InfoOption& operator++ | ( | Util::InfoOption & | eOption | ) |
Util::InfoOption& operator++ | ( | Util::InfoOption & | eOption, | |
int | ||||
) |