Library: XSD/Types
Package: XSDTypes
Header: Poco/XSD/Types/ListTypeRef.h
Direct Base Classes: AbstractList
All Base Classes: Poco::RefCountedObject, AbstractList, AnnotatedObject, SimpleTypeInheritance, Visitable
Member Functions: accept, fixup, itemTypeRef, types
Inherited Functions: accept, addAnnotation, duplicate, fixup, getAnnotations, id, isList, isRestriction, isUnion, referenceCount, release, types
typedef AutoPtr < ListTypeRef > Ptr;
ListTypeRef(
const std::string & id,
const QName & itemType
);
Creates the ListTypeRef.
virtual ~ListTypeRef();
Destroys the ListTypeRef.
void accept(
Visitor & v
) const;
See also: Poco::XSD::Types::Visitable::accept()
void fixup();
Replaces type references with the referenced type object.
const QName & itemTypeRef() const;
Returns the type reference of the base class
const std::vector < const Type * > & types() const;
Returns the type that we inherit from.