#include <UT_VarEncode.h>
Definition at line 18 of file UT_VarEncode.h.
Returns an encoded attribute name, if var
contains any characters illegal in a geometry attribute name. Note, the encoding is prefixed. If var
contains only valid C-variable characters, returns it unencoded.
Returns an encoded parameter name, if var
contains any characters illegal in a node parameter name. Note, the encoding is prefixed. If var
contains only valid C-variable characters, returns it unencoded.
Returns an encoded variable name, if var
contains any characters illegal in a C-style variable name. Note, the encoding is prefixed. If var
contains only valid C-variable characters, returns it unencoded.
Returns an encoded attribute name, if var
contains any characters illegal in a geometry attribute name. Note, the encoding is prefixed. If var
contains only valid C-variable characters, returns it unencoded.
Returns an encoded parameter name, if var
contains any characters illegal in a node parameter name. Note, the encoding is prefixed. If var
contains only valid C-variable characters, returns it unencoded.
Returns an encoded variable name, if var
contains any characters illegal in a C-style variable name. Note, the encoding is prefixed. If var
contains only valid C-variable characters, returns it unencoded.
Does a simple test on the string to look for the encoding prefix. Returns true if found, indicating that the string is already encoded. This lets us avoid double-encoding the string.
The documentation for this class was generated from the following file: