Changeset 4035 in Sophya for trunk/SophyaLib/TArray/basarr.h
- Timestamp:
- Nov 14, 2011, 5:28:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/TArray/basarr.h
r3572 r4035 160 160 virtual void WriteASCII(ostream& os) const = 0; 161 161 162 // DVList info Object162 // Access to the DVList info Object 163 163 DVList& Info(); 164 //! return true if the DVList info Object has been created (not empty) 165 inline bool HasInfoObject() const { return ((mInfo!=NULL)?true:false); } 166 167 //! Return the attached DVList object pointer (for special uses only TArray ... ) 168 inline DVList* getInfoPointer() const { return mInfo; } 164 169 165 170 protected:
Note:
See TracChangeset
for help on using the changeset viewer.