TProcuraAdversa
Algoritmos de procura adversa
Loading...
Searching...
No Matches
CListaNo Class Reference

#include <TProcuraConstrutiva.h>

Collaboration diagram for CListaNo:

Public Member Functions

 CListaNo (int limite=0)
 
 ~CListaNo ()
 
bool Completa ()
 
int Valor (int i)
 
int Proximo (int i=-1)
 
int ProximoDistinto (int i=-1)
 
TNo Estado (int i=-1)
 
int Inserir (TNo elemento, int id=0)
 
void Inserir (TVector< TNo > &elementos)
 

Public Attributes

int atual
 

Detailed Description

Definition at line 1028 of file TProcuraConstrutiva.h.

Constructor & Destructor Documentation

◆ CListaNo()

CListaNo::CListaNo ( int  limite = 0)
inline

Definition at line 1035 of file TProcuraConstrutiva.h.

◆ ~CListaNo()

CListaNo::~CListaNo ( )

Definition at line 1384 of file TProcuraConstrutiva.cpp.

Member Function Documentation

◆ Completa()

bool CListaNo::Completa ( )
inline

Definition at line 1047 of file TProcuraConstrutiva.h.

Here is the caller graph for this function:

◆ Estado()

TNo CListaNo::Estado ( int  i = -1)
inline

Definition at line 1074 of file TProcuraConstrutiva.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Inserir() [1/2]

int CListaNo::Inserir ( TNo  elemento,
int  id = 0 
)

Definition at line 1464 of file TProcuraConstrutiva.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Inserir() [2/2]

void CListaNo::Inserir ( TVector< TNo > &  elementos)

Definition at line 1517 of file TProcuraConstrutiva.cpp.

Here is the call graph for this function:

◆ Proximo()

int CListaNo::Proximo ( int  i = -1)
inline

Definition at line 1058 of file TProcuraConstrutiva.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ProximoDistinto()

int CListaNo::ProximoDistinto ( int  i = -1)
inline

Definition at line 1066 of file TProcuraConstrutiva.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Valor()

int CListaNo::Valor ( int  i)
inline

Definition at line 1050 of file TProcuraConstrutiva.h.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ atual

int CListaNo::atual

Definition at line 1045 of file TProcuraConstrutiva.h.


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