12 #ifndef VTFLIB_VMTSINGLENODE_H
13 #define VTFLIB_VMTSINGLENODE_H
16 #include "VMTValueNode.h"
22 class VTFLIB_API CVMTSingleNode :
public CVMTValueNode
28 CVMTSingleNode(
const vlChar *cName);
29 CVMTSingleNode(
const vlChar *cName,
const vlChar *cValue);
31 CVMTSingleNode(
const CVMTSingleNode &SingleNode);
32 virtual ~CVMTSingleNode();
39 virtual VMTNodeType GetType()
const;
40 virtual CVMTNode *Clone()
const;
vlSingle vlFloat
Floating point number (same as vlSingled).
Definition: stdafx.h:63
char vlChar
Single signed character.
Definition: stdafx.h:51
Application framework header plus VTFLib custom data types.
void vlVoid
Void value.
Definition: stdafx.h:61