#include <AnnotationTableSetRepository.h>
Inheritance diagram for Impala::Persistency::AnnotationTableSetRepository:


Public Types | |
| typedef Core::Table::AnnotationTableSet | AnnotationTableSet |
| typedef Core::Table::AnnotationTable | AnnotationTable |
| typedef Core::Table::KeywordList | KeywordList |
Public Member Functions | |
| bool | Exists (const AnnotationTableSetLocator &loc) |
| AnnotationTableSet * | Get (const AnnotationTableSetLocator &loc) |
| void | Add (const AnnotationTableSetLocator &loc, AnnotationTableSet *tSet) |
| void | Delete (const AnnotationTableSetLocator &loc) |
| void | Sync (const AnnotationTableSetLocator &loc, AnnotationTableSet *tSet) |
| void | Replace (const AnnotationTableSetLocator &loc, AnnotationTableSet *tSet) |
Private Attributes | |
| ILOG_VAR_DEC | |
Definition at line 17 of file AnnotationTableSetRepository.h.
1.5.1