class StrPtr; class VarArray; class DATextNode; class DATextTable { public: DATextTable(void); ~DATextTable(void); int getId( const StrPtr& text ); const StrPtr& getText( int id ); private: void indexNode( DATextNode* n ); VarArray* idArray; DATextNode* textTree; };
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 6297 | Sam Stafford |
Work so far on "deep annotate". Been getting a lot of questions on this lately from other people working on the same thing; might as well pool efforts. |