3ds Max C++ API Reference
codetree.h File Reference
#include "../ScripterExport.h"
#include "../kernel/value.h"

Classes

class  SourcePositionWrapper
 
class  SourceFileWrapper
 
class  CodeTree
 
class  Maker
 
class  CodeBlock
 

Macros

#define is_sourcefilewrapper(v)   ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == INTERNAL_SOURCEFILEWRAPPER_TAG)
 
#define is_codetree(v)   ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == INTERNAL_CODE_TAG)
 
#define is_maker(v)   ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == INTERNAL_MAKER_TAG)
 
#define is_codeblock(v)   ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == INTERNAL_CODEBLOCK_TAG)
 

Macro Definition Documentation

◆ is_sourcefilewrapper

#define is_sourcefilewrapper (   v)    ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == INTERNAL_SOURCEFILEWRAPPER_TAG)

◆ is_codetree

#define is_codetree (   v)    ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == INTERNAL_CODE_TAG)

◆ is_maker

#define is_maker (   v)    ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == INTERNAL_MAKER_TAG)

◆ is_codeblock

#define is_codeblock (   v)    ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == INTERNAL_CODEBLOCK_TAG)