FRAMES NO FRAMES

Class IlcSearchSelector

Definition file: ilsolver/search.h
Include file: <ilsolver/ilosolver.h>

Instances of this class represent search selectors. A search selector acts as a filter during the search. The function IloMinimizeVar, for example, creates and returns a search selector for use in your applications.

See Also:

Constructor Summary
public IlcSearchSelector()
public IlcSearchSelector(IlcSearchSelectorI * impl)
Method Summary
public IlcSearchSelectorI *getImpl() const
public voidoperator=(const IlcSearchSelector & h)
Constructor Detail

IlcSearchSelector

public IlcSearchSelector()

This constructor creates an empty handle. You must initialize it before you use it.


IlcSearchSelector

public IlcSearchSelector(IlcSearchSelectorI * impl)

This constructor creates a handle object from a pointer to an implementation object.


Method Detail

getImpl

public IlcSearchSelectorI * getImpl() const
This constructor creates an object by copying another one.

This member function returns a pointer to the implementation object of the invoking handle.


operator=

public void operator=(const IlcSearchSelector & h)

This operator assigns an address to the handle pointer of the invoking object. That address is the location of the implementation object of the provided argument.