STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ... ATLSTL - Template Software for the Active Template Library COMSTL - The Standard Template Library meets the Component Object Model .netSTL - Standard Template Library meets the Microsoft.NET Common Language Runtime InetSTL - The Standard Template Library meets WinInet MFCSTL - Template Software for the Microsoft Foundation Classes UNIXSTL - Template Software for the UNIX Operating System WinSTL - where the Standard Template Library meets the Win32 API

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

inheritance_disambiguator Class Template Reference

This class is used to disambiguate base classes, thereby faciliating multiple inheritance from the same type. More...

#include <stlsoft_inheritance_disambiguator.h>

List of all members.

Public Types

typedef T parent_class_type
 The disambiguated class type.

typedef inheritance_disambiguator<
T, N > 
class_type
 The type of the current parameterisation.


Public Methods

 inheritance_disambiguator ()
 Default constructor.

template<typename N1>  inheritance_disambiguator (N1 n1)
 Single parameter constructor.

template<typename N1, typename N2>  inheritance_disambiguator (N1 n1, N2 n2)
 Two parameter constructor.

template<typename N1, typename N2, typename N3>  inheritance_disambiguator (N1 n1, N2 n2, N3 n3)
 Three parameter constructor.

template<typename N1, typename N2, typename N3, typename N4>  inheritance_disambiguator (N1 n1, N2 n2, N3 n3, N4 n4)
 Four parameter constructor.

template<typename N1, typename N2, typename N3, typename N4, typename N5>  inheritance_disambiguator (N1 n1, N2 n2, N3 n3, N4 n4, N5 n5)
 Five parameter constructor.

template<typename N1, typename N2, typename N3, typename N4, typename N5, typename N6>  inheritance_disambiguator (N1 n1, N2 n2, N3 n3, N4 n4, N5 n5, N6 n6)
 Six parameter constructor.

template<typename N1, typename N2, typename N3, typename N4, typename N5, typename N6, typename N7>  inheritance_disambiguator (N1 n1, N2 n2, N3 n3, N4 n4, N5 n5, N6 n6, N7 n7)
 Seven parameter constructor.

template<typename N1, typename N2, typename N3, typename N4, typename N5, typename N6, typename N7, typename N8>  inheritance_disambiguator (N1 n1, N2 n2, N3 n3, N4 n4, N5 n5, N6 n6, N7 n7, N8 n8)
 Eight parameter constructor.


Detailed Description

template<typename T, int N>
class stlsoft::inheritance_disambiguator< T, N >

This class is used to disambiguate base classes, thereby faciliating multiple inheritance from the same type.

Parameters:
T  The type to disambiguate
N  A unique integer index used to disambiguate between the classes


Member Typedef Documentation

typedef inheritance_disambiguator<T, N> class_type
 

The type of the current parameterisation.

typedef T parent_class_type
 

The disambiguated class type.


Constructor & Destructor Documentation

inheritance_disambiguator   [inline]
 

Default constructor.

inheritance_disambiguator N1    n1 [inline, explicit]
 

Single parameter constructor.

inheritance_disambiguator N1    n1,
N2    n2
[inline]
 

Two parameter constructor.

inheritance_disambiguator N1    n1,
N2    n2,
N3    n3
[inline]
 

Three parameter constructor.

inheritance_disambiguator N1    n1,
N2    n2,
N3    n3,
N4    n4
[inline]
 

Four parameter constructor.

inheritance_disambiguator N1    n1,
N2    n2,
N3    n3,
N4    n4,
N5    n5
[inline]
 

Five parameter constructor.

inheritance_disambiguator N1    n1,
N2    n2,
N3    n3,
N4    n4,
N5    n5,
N6    n6
[inline]
 

Six parameter constructor.

inheritance_disambiguator N1    n1,
N2    n2,
N3    n3,
N4    n4,
N5    n5,
N6    n6,
N7    n7
[inline]
 

Seven parameter constructor.

inheritance_disambiguator N1    n1,
N2    n2,
N3    n3,
N4    n4,
N5    n5,
N6    n6,
N7    n7,
N8    n8
[inline]
 

Eight parameter constructor.


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

STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004