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

#include <list.test.h>

Public Types

typedef int Type
 

Public Member Functions

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

Public Attributes

int i
 
int max
 

Member Typedef Documentation

◆ Type

Constructor & Destructor Documentation

◆ My()

TestList::My::My ( int  j = 0,
int  m = 0 
)
inline

Member Function Documentation

◆ empty()

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

References i, and max.

◆ head()

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

References i.

◆ tail()

My TestList::My::tail ( ) const
inline

References i, and max.

Member Data Documentation

◆ i

int TestList::My::i

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

◆ max

int TestList::My::max

Referenced by empty(), and tail().


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