|
FnUsdAbstractionLib 0.6.1
|
Lazily construct a PathExpr when requested. Primarily used for the static PathExpr. More...
#include <PathExpr.h>
Public Member Functions | |
| Lazy (const char *text) | |
| const PathExpr & | pathExpr () const |
| operator const PathExpr & () const | |
| operator PathExpr & () | |
| std::string | asString () const |
| Convenience to avoid writing 'MyStaticPathExprs.MyPathExpr.pathExpr().asString()'. | |
Public Attributes | |
| PathExpr * | _pathExpr |
| const char * | _text |
| ©2025 The Foundry Visionmongers, Ltd. All Rights Reserved. |