OpenVDB  8.0.1
Public Types | Public Attributes | List of all members
AXString Struct Reference

The backend representation of strings in AX. This is also how strings are passed from the AX code generation to functions. More...

#include <CustomData.h>

Public Types

using SizeType = std::allocator< char >::size_type
 

Public Attributes

const char * ptr = nullptr
 
SizeType size = 0
 

Detailed Description

The backend representation of strings in AX. This is also how strings are passed from the AX code generation to functions.

Member Typedef Documentation

◆ SizeType

using SizeType = std::allocator<char>::size_type

Member Data Documentation

◆ ptr

const char* ptr = nullptr

◆ size

SizeType size = 0

The documentation for this struct was generated from the following file: