wibble 1.1
Public Types | Public Member Functions | Public Attributes | List of all members
TestList::My2 Struct Reference

#include <list.test.h>

Public Types

typedef int Type
 

Public Member Functions

int head () const
 
My2 tail () const
 
bool empty () const
 
 My2 (int j=0, int m=0, int r=0)
 

Public Attributes

int i
 
int max
 
int rep
 
int repmax
 

Member Typedef Documentation

◆ Type

Constructor & Destructor Documentation

◆ My2()

TestList::My2::My2 ( int  j = 0,
int  m = 0,
int  r = 0 
)
inline

Member Function Documentation

◆ empty()

bool TestList::My2::empty ( ) const
inline

References i, and max.

◆ head()

int TestList::My2::head ( ) const
inline

References i.

◆ tail()

My2 TestList::My2::tail ( ) const
inline

References i, max, rep, and repmax.

Member Data Documentation

◆ i

int TestList::My2::i

Referenced by empty(), head(), and tail().

◆ max

int TestList::My2::max

Referenced by empty(), and tail().

◆ rep

int TestList::My2::rep

Referenced by tail().

◆ repmax

int TestList::My2::repmax

Referenced by tail().


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