HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GOP_AttribListParse.h File Reference
#include "GOP_API.h"
#include <UT/UT_ValArray.h>
#include <UT/UT_StringHolder.h>
#include <GA/GA_Types.h>
+ Include dependency graph for GOP_AttribListParse.h:

Go to the source code of this file.

Classes

class  GOP_AttribListParse
 

Typedefs

typedef void(* GOP_AttribParseErrorCallback )(GOP_AttribParseError, const char *, void *)
 
typedef bool(* GOP_AttribParseConfirmCallback )(const GA_Attribute *, void *)
 

Enumerations

enum  GOP_AttribParseError {
  GOP_AP_ERROR_NONE = 0, GOP_AP_ERROR_ATTRIB_UNKNOWN, GOP_AP_ERROR_ATTRIB_DUPLICATED, GOP_AP_ERROR_ATTRIB_REDUNDANT,
  GOP_AP_ERROR_PATTERN_MATCH_UNSUPPORTED, GOP_AP_ERROR_INCOMPATIBLE_ATTRIBUTE_LIST_STRING_PATTERNS
}
 

Typedef Documentation

typedef bool(* GOP_AttribParseConfirmCallback)(const GA_Attribute *, void *)

Definition at line 33 of file GOP_AttribListParse.h.

typedef void(* GOP_AttribParseErrorCallback)(GOP_AttribParseError, const char *, void *)

Definition at line 31 of file GOP_AttribListParse.h.

Enumeration Type Documentation

Enumerator
GOP_AP_ERROR_NONE 
GOP_AP_ERROR_ATTRIB_UNKNOWN 
GOP_AP_ERROR_ATTRIB_DUPLICATED 
GOP_AP_ERROR_ATTRIB_REDUNDANT 
GOP_AP_ERROR_PATTERN_MATCH_UNSUPPORTED 
GOP_AP_ERROR_INCOMPATIBLE_ATTRIBUTE_LIST_STRING_PATTERNS 

Definition at line 21 of file GOP_AttribListParse.h.