AYON Usd Resolver  0.1.0
Loading...
Searching...
No Matches
resolverContext.cpp File Reference
#include <memory>
#include <string>
#include "codes/debugCodes.h"
#include "resolverContext.h"
#include "pxr/pxr.h"
#include <vector>
Include dependency graph for resolverContext.cpp:

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< resolverContextCacheGlobalCache = std::make_shared<resolverContextCache>()
 

Macro Definition Documentation

◆ CONVERT_STRING

#define CONVERT_STRING (   string)    #string

◆ DEFINE_STRING

#define DEFINE_STRING (   string)    CONVERT_STRING(string)

Function Documentation

◆ getStringEndswithString()

bool getStringEndswithString ( const std::string &  value,
const std::string &  compareValue 
)
Here is the caller graph for this function:

◆ getStringEndswithStrings()

bool getStringEndswithStrings ( const std::string &  value,
const std::vector< std::string >  array 
)
Here is the call graph for this function:

◆ hash_value()

size_t hash_value ( const AyonUsdResolverContext ctx)
Here is the caller graph for this function:

Variable Documentation

◆ GlobalCache

PXR_NAMESPACE_USING_DIRECTIVE std::shared_ptr<resolverContextCache> GlobalCache = std::make_shared<resolverContextCache>()