Main Page | Class List | File List | Class Members | File Members

combinations Struct Reference

#include <comb.h>

List of all members.

Public Attributes

int * numbers
int n
int * curr
int * next
int r
int * x
int last


Member Data Documentation

int* combinations::curr
 

Definition at line 10 of file comb.h.

Referenced by close_combinations(), new_combinations(), and next_combination().

int combinations::last
 

Definition at line 14 of file comb.h.

Referenced by new_combinations(), and next_combination().

int combinations::n
 

Definition at line 9 of file comb.h.

Referenced by new_combinations(), and next_combination().

int* combinations::next
 

Definition at line 11 of file comb.h.

Referenced by close_combinations(), new_combinations(), and next_combination().

int* combinations::numbers
 

Definition at line 8 of file comb.h.

Referenced by close_combinations(), new_combinations(), and next_combination().

int combinations::r
 

Definition at line 12 of file comb.h.

Referenced by new_combinations(), and next_combination().

int* combinations::x
 

Definition at line 13 of file comb.h.

Referenced by close_combinations(), new_combinations(), and next_combination().


The documentation for this struct was generated from the following file:
Generated on Sun Jul 16 16:27:48 2006 by  doxygen 1.3.9.1