Template Class AnnotCollectionBase#
Defined in File TypeAnnotation.h
Class Documentation#
-
template<class TargetInfo>
class AnnotCollectionBase# An interface to a single annotation item.
Public Functions
-
virtual bool read_annot_name(const std::string &annotName) const = 0#
Check if annotName matches the current annotation type name (TargetInfo)
-
virtual void read_descriptor(const TargetInfo &target, const std::string &annotName, std::istream &in) = 0#
-
inline virtual ~AnnotCollectionBase()#
-
virtual bool read_annot_name(const std::string &annotName) const = 0#