OpenVDB  9.0.1
Static Public Member Functions | List of all members
TypeToSymbol< T > Struct Template Reference

Type to symbol conversions - these characters are used to build each functions unique signature. They differ from standard AX or LLVM syntax to be as short as possible i.e. vec4d, [4 x double] = d4. More...

#include <openvdb_ax/codegen/FunctionTypes.h>

Inherited by TypeToSymbol< const T >.

Static Public Member Functions

static std::string s ()
 

Detailed Description

template<typename T>
struct openvdb::v9_0::ax::codegen::TypeToSymbol< T >

Type to symbol conversions - these characters are used to build each functions unique signature. They differ from standard AX or LLVM syntax to be as short as possible i.e. vec4d, [4 x double] = d4.

Member Function Documentation

static std::string s ( )
inlinestatic