Click here to Skip to main content
Click here to Skip to main content

Tree Container Library

By , 22 Aug 2007
 
tcldoc_40802.zip
TCL.chm
tcldoc_4_07_01.zip
TCL.chm
tcl_3_55.zip
associative_tree.inl
basic_tree.inl
child_iterator.inl
descendant_iterator.inl
multitree.inl
ordered_iterator.inl
sequential_tree.inl
tree.inl
unique_tree.inl
tcl_4_07.zip
associative_tree.inl
basic_tree.inl
descendant_iterator.inl
descendant_node_iterator.inl
multitree.inl
sequential_tree.inl
tree.inl
unique_tree.inl
tcl_4_08.zip
associative_tree.inl
basic_tree.inl
descendant_iterator.inl
descendant_node_iterator.inl
multitree.inl
sequential_tree.inl
TCL.chm
tree.inl
unique_tree.inl
tcl_test_suite_081606.zip
associative_tree_tester.inl
basic_tree_tester.inl
child_iterator_tester.inl
child_sequential_iterator_tester.inl
descendant_iterator_tester.inl
modifying_algorithm_tester.inl
nonmodifying_algorithm_tester.inl
ordered_iterator_checker.inl
sequential_tree_tester.inl
stl_algorithm_tester.inl
unique_tree_tester.inl
tree_container_library_demo.zip
generic_example_diagram.jpg
generic_example_explanation.rtf
generic_example_results.jpg
polymorphic_example_diagram.jpg
polymorphic_example_explanation.rtf
polymorphic_example_results.jpg
sequential_tree_example_diagram.jpg
sequential_tree_example_explanation.rtf
sequential_tree_example_results.jpg
unique_tree_example_diagram.jpg
unique_tree_example_explation.rtf
unique_tree_example_results.jpg
tree_container_library_demos.zip
generic_example_diagram.jpg
generic_example_results.jpg
polymorphic_example_diagram.jpg
polymorphic_example_results.jpg
sequential_tree_example_diagram.jpg
sequential_tree_example_results.jpg
unique_tree_example_diagram.jpg
unique_tree_example_results.jpg
tree_container_library_src.zip
basic_tree.inl
multitree.inl
Tree.inl
unique_tree.inl
tree_container_lib_src.zip
associative_tree.inl
basic_tree.inl
multitree.inl
sequential_tree.inl
Tree.inl
unique_tree.inl
#pragma once
#include "basic_tree_tester.h"


template<typename treetype>
class child_iterator_tester : public basic_tree_tester<treetype>
{
public:
	child_iterator_tester() {}
	~child_iterator_tester() {}

	// interface
	void run();

private:
	// implementation
	void test_constructors();
	void test_operators();
	void test_deref_operator();
	void test_ptr_deref();
	void test_incr_decr();
	void test_node();

};


void test_child_iterators();

#include "child_iterator_tester.inl"

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The zlib/libpng License

About the Author

Mitchel Haas
Software Developer Datasoft Solutions
United States United States
Member
I'm a c++ programmer in the midwest, now using VC7 at work and at home. I enjoy creating generic libraries, and template based programming.
 
I also enjoy web development (xhtml, css, javascript, php).

Permalink | Advertise | Privacy | Mobile
Web04 | 2.6.130516.1 | Last Updated 22 Aug 2007
Article Copyright 2006 by Mitchel Haas
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid