Object
The Template class is intended as an abstract class for concrete template classes to subclass. It provides a variety of utility methods to make templating a bit easier. However, classes do not have to inherit from here in order to provide a template. The only requirement for a template class is that it provides a write method to actually write out the template. See StandardTemplate for an example.
Generated with the Darkfish Rdoc Generator 2.