Blender V5.0
blender::bke::path_templates Namespace Reference

Classes

class  VariableMap
struct  Error

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 249 of file BKE_path_templates.hh.

Function Documentation

◆ operator==()

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