24 #ifndef PXR_BASE_ARCH_REGEX_H
25 #define PXR_BASE_ARCH_REGEX_H
57 ARCH_API explicit operator
bool() const;
72 unsigned int _flags = 0;
74 std::shared_ptr<const _Impl> _impl;
79 #endif // PXR_BASE_ARCH_REGEX_H
*get result *(waiting if necessary)*A common idiom is to fire a bunch of sub tasks at the and then *wait for them to all complete We provide a helper class
ARCH_API unsigned int GetFlags() const
Returns the flags used to construct the regex.
ARCH_API bool Match(const std::string &query) const
ARCH_API std::string GetError() const
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
#define PXR_NAMESPACE_CLOSE_SCOPE
ArchRegex()=default
Create an empty regex.