Blender V4.5
blender::bke::path_templates Namespace Reference

Classes

struct  Error
 
class  VariableMap
 

Enumerations

enum class  ErrorType { UNESCAPED_CURLY_BRACE , VARIABLE_SYNTAX , FORMAT_SPECIFIER , UNKNOWN_VARIABLE }
 

Functions

bool operator== (const Error &left, const Error &right)
 

Enumeration Type Documentation

◆ ErrorType

Enumerator
UNESCAPED_CURLY_BRACE 
VARIABLE_SYNTAX 
FORMAT_SPECIFIER 
UNKNOWN_VARIABLE 

Definition at line 119 of file BKE_path_templates.hh.

Function Documentation

◆ operator==()

bool blender::bke::path_templates::operator== ( const Error & left,
const Error & right )