|
Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members Related Pages
DGD::dgd_circle< Circulator > Struct Template Reference
Circle denoted by circulator. More...
#include <dgDebugStd.h>
List of all members.
Public Member Functions
- dgd_circle (const Circulator &begin, const char *separator="")
- dgd_circle (const dgd_circle< Circulator > &peer)
Public Attributes
Detailed Description
template<class Circulator> struct DGD::dgd_circle< Circulator >
Circle denoted by circulator. This class is used to print subsequences which are referenced by circulators, using a single dgd_echo() statement.
Constructor & Destructor Documentation
template<class Circulator> | DGD::dgd_circle< Circulator >::dgd_circle | ( | const Circulator & | begin, | | | const char * | separator = " " | | ) | [inline] |
|
template<class Circulator> | DGD::dgd_circle< Circulator >::dgd_circle | ( | const dgd_circle< Circulator > & | peer | ) | [inline] |
|
Member Data Documentation
template<class Circulator> | Circulator DGD::dgd_circle< Circulator >::m_begin |
|
template<class Circulator> | const char* DGD::dgd_circle< Circulator >::m_separator |
|
The documentation for this struct was generated from the following file: Generated on Thu Aug 10 16:48:30 2006 for DGD Library by 1.3
|