linear_hierarchy< type_list< T, null_type >, Base, Root > Class Template Reference

#include <linear_hierarchy.h>

Inheritance diagram for linear_hierarchy< type_list< T, null_type >, Base, Root >:

Protected Types

typedef Base< T, Root > base_t
 

Detailed Description

template<class T, template< class, class > class Base, class Root>
class illumina::interop::hierarchy::linear_hierarchy< type_list< T, null_type >, Base, Root >

Generate a linear hierarchy of classes

This specialization is the basis case in the recursion.

Member Typedef Documentation

typedef Base<T, Root> base_t
protected

Base of this class


The documentation for this class was generated from the following file: