OSVR-Core
|
Assists in retrieving string properties from a property bag associated with a moniker. More...
#include <PropertyBagHelper.h>
Public Member Functions | |
PropertyBagHelper (IMoniker &mon) | |
operator bool () const | |
Checks for validity. | |
IPropertyBag & | getPropertyBag () |
Accessor for underlying object reference. | |
IPropertyBag const & | getPropertyBag () const |
Const accessor for underlying object reference. | |
std::wstring | read (const wchar_t propName[]) const |
Reads a (wide-string) property, returning an empty string if failed. | |
Assists in retrieving string properties from a property bag associated with a moniker.