|
AYON Usd Resolver
1.0.0
|
#include <memory>#include <string>#include "codes/debugCodes.h"#include "resolverContext.h"#include "pxr/pxr.h"#include <vector>Macros | |
| #define | CONVERT_STRING(string) #string |
| #define | DEFINE_STRING(string) CONVERT_STRING(string) |
Functions | |
| bool | getStringEndswithString (const std::string &value, const std::string &compareValue) |
| bool | getStringEndswithStrings (const std::string &value, const std::vector< std::string > array) |
| size_t | hash_value (const AyonUsdResolverContext &ctx) |
Variables | |
| PXR_NAMESPACE_USING_DIRECTIVE std::shared_ptr< resolverContextCache > | GlobalCache = std::make_shared<resolverContextCache>() |
| #define CONVERT_STRING | ( | string | ) | #string |
| #define DEFINE_STRING | ( | string | ) | CONVERT_STRING(string) |
| bool getStringEndswithString | ( | const std::string & | value, |
| const std::string & | compareValue | ||
| ) |
| bool getStringEndswithStrings | ( | const std::string & | value, |
| const std::vector< std::string > | array | ||
| ) |
| size_t hash_value | ( | const AyonUsdResolverContext & | ctx | ) |
| PXR_NAMESPACE_USING_DIRECTIVE std::shared_ptr<resolverContextCache> GlobalCache = std::make_shared<resolverContextCache>() |