AuxFunctions


[ Lib_General64 | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class AuxFunctions
{
public:
static template< class Container> void delete_vector(Container& c) ;
static template < class SolContainer,class SolType,class Comp> void detectEqualSolutions(SolContainer& solCont, SolType* newSol, Comp& comp, int i_iMaxSize) ;
protected:
}; // AuxFunctions

Back to the top of AuxFunctions


KEYWORD

Back to the top of AuxFunctions


AUTHORS

Back to the top of AuxFunctions


CHANGES LOG

Back to the top of AuxFunctions


GOALS

Back to the top of AuxFunctions

		

USAGE

		

Back to the top of AuxFunctions


template< class Container> void delete_vector(Container& c) ;

  template< class Container>
  static void delete_vector(Container& c)                                                             
;

Function is currently defined inline.


Back to the top of AuxFunctions


template < class SolContainer,class SolType,class Comp> void detectEqualSolutions(SolContainer& solCont, SolType* newSol, Comp& comp, int i_iMaxSize) ;

assumes that container holds pointers to SolType

  template < class SolContainer,class SolType,class Comp>
    static  void detectEqualSolutions(SolContainer& solCont,
				      SolType* newSol,
				      Comp& comp,
				      int i_iMaxSize)                                                                                   ;

Back to the top of AuxFunctions


All Members

public:
static template< class Container> void delete_vector(Container& c) ;
static template < class SolContainer,class SolType,class Comp> void detectEqualSolutions(SolContainer& solCont, SolType* newSol, Comp& comp, int i_iMaxSize) ;
protected:

Back to the top of AuxFunctions


Ancestors

Class does not inherit from any other class.

Back to the top of AuxFunctions


Descendants

Class is not inherited by any others.

Back to the top of AuxFunctions


Generated from source by the Cocoon utilities on Tue Jan 5 18:47:29 2010 .

Report problems to jkotula@unimax.com