Mako 8.1.0 API
Loading...
Searching...
No Matches
PValue Class Reference

Stores a "property" value that is tagged with an enumeration value that indicates the underlying type. More...

#include <edlproperty.h>

Public Types

enum  PValueType {
  T_UNASSIGNED , T_BOOL , T_INT , T_DECIMAL ,
  T_STRING , T_POINTER , T_TIME , T_QNAME ,
  T_OBJECT , T_STRINGVECT
}
 Value types for metadata entries. More...
 

Detailed Description

Stores a "property" value that is tagged with an enumeration value that indicates the underlying type.

Member Enumeration Documentation

◆ PValueType

Value types for metadata entries.

Enumerator
T_UNASSIGNED 

Unassigned.

T_BOOL 

Boolean.

T_INT 

Integer.

T_DECIMAL 

Floating point.

T_STRING 

String.

T_POINTER 

Pointer type.

T_TIME 

Time value.

T_QNAME 

Qualified name.

T_OBJECT 

Object.

T_STRINGVECT 

Multiple strings.


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