ArcGIS Procedural Runtime  3.2.10650
List of all members | Classes | Public Member Functions
prt::RuleFileInfo Class Referenceabstract

#include <RuleFileInfo.h>

Inheritance diagram for prt::RuleFileInfo:
[legend]

Classes

class  Entry
 
class  Parameter
 

Public Member Functions

virtual const AnnotationgetAnnotation (size_t i) const =0
 
virtual const EntrygetAttribute (size_t i) const =0
 
virtual size_t getNumAnnotations () const =0
 
virtual size_t getNumAttributes () const =0
 
virtual size_t getNumRules () const =0
 
virtual const EntrygetRule (size_t i) const =0
 
- Public Member Functions inherited from prt::Object
void destroy () const
 
virtual char * toXML (char *result, size_t *resultSize, Status *stat=0) const =0
 
char * toXMLDocument (char *result, size_t *resultSize, Status *stat=0) const
 

Additional Inherited Members

- Protected Member Functions inherited from prt::Object
 Object (const Object &)
 

Detailed Description

The RuleFileInfo class allows for browsing through the rules and attributes contained within a rule file. Both rules and attributes can be annotated. For a list of defined annotations please visit the CGA reference.


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