TypeComponent
bool operator==(const TypeComponent& other) const;
bool operator!=(const TypeComponent& other) const
TypeComponent ComponentAt(int32 index) const;
bool AddComponent(const TypeComponent& component);
TypeComponent()
TypeComponent(const TypeComponent& other)
bool HasPrefix(const TypeComponent& other) const;
TypeComponent& operator=(const TypeComponent& other)
TypeComponent component;
TypeComponent
TypeComponent* component = fComponents.ItemAt(index);
return component != NULL ? *component : TypeComponent();
TypeComponentPath::AddComponent(const TypeComponent& component)
TypeComponent* myComponent = new(std::nothrow) TypeComponent(component);
TypeComponent::HasPrefix(const TypeComponent& other) const
TypeComponent* component = other.fComponents.ItemAt(i); i++) {
TypeComponent::HashValue() const
TypeComponent::Dump() const
TypeComponent::operator==(const TypeComponent& other) const