OpenVDB  9.0.1
Classes | Namespaces | Functions
String.h File Reference

Provides the class definition for the equivalent IR representation and logic for strings in AX. More...

#include <openvdb/version.h>
#include <openvdb/Types.h>
#include <cstring>
#include <cstdlib>
#include <cassert>

Go to the source code of this file.

Classes

struct  String
 An extremely basic but native representation of a string class with SSO support. This exists to provide an interface between the AX C++ API and backend IR string logic. It is not designed to fulfill any other use and should very rarely be used directly. More...
 

Namespaces

 openvdb
 
 openvdb::v9_0
 
 openvdb::v9_0::ax
 
 openvdb::v9_0::ax::codegen
 

Functions

template<>
ax::codegen::String zeroVal< ax::codegen::String > ()
 

Detailed Description

Provides the class definition for the equivalent IR representation and logic for strings in AX.

Authors
Nick Avramoussis