DotNet Reference

DotNet Reference

AssignmentIntContainer

Detailed Description

Definition at line 18 of file AssignmentIntContainer.cs.

Public Member Functions

void Dispose ()
 
 AssignmentIntContainer ()
 
IntVarElement Add (IntVar var)
 
IntVarElement FastAdd (IntVar var)
 
IntVarElement AddAtPosition (IntVar var, int position)
 
void Clear ()
 
void Resize (uint size)
 
bool Empty ()
 
void CopyIntersection (AssignmentIntContainer container)
 
void Copy (AssignmentIntContainer container)
 
bool Contains (IntVar var)
 
IntVarElement Element (IntVar var)
 
IntVarElement Element (int index)
 
int Size ()
 
void Store ()
 
void Restore ()
 
bool AreAllElementsBound ()
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

bool swigCMemOwn
 

Constructor & Destructor Documentation

◆ AssignmentIntContainer()

Definition at line 52 of file AssignmentIntContainer.cs.

Member Function Documentation

◆ Add()

IntVarElement Add ( IntVar  var)
inline

Definition at line 55 of file AssignmentIntContainer.cs.

◆ AddAtPosition()

IntVarElement AddAtPosition ( IntVar  var,
int  position 
)
inline

Definition at line 67 of file AssignmentIntContainer.cs.

◆ AreAllElementsBound()

bool AreAllElementsBound ( )
inline

Definition at line 124 of file AssignmentIntContainer.cs.

◆ Clear()

void Clear ( )
inline

Definition at line 73 of file AssignmentIntContainer.cs.

◆ Contains()

bool Contains ( IntVar  var)
inline

Definition at line 96 of file AssignmentIntContainer.cs.

◆ Copy()

void Copy ( AssignmentIntContainer  container)
inline

Definition at line 91 of file AssignmentIntContainer.cs.

◆ CopyIntersection()

void CopyIntersection ( AssignmentIntContainer  container)
inline

Definition at line 86 of file AssignmentIntContainer.cs.

◆ Dispose() [1/2]

void Dispose ( )
inline

Definition at line 35 of file AssignmentIntContainer.cs.

◆ Dispose() [2/2]

virtual void Dispose ( bool  disposing)
inlineprotectedvirtual

Definition at line 40 of file AssignmentIntContainer.cs.

◆ Element() [1/2]

IntVarElement Element ( int  index)
inline

Definition at line 106 of file AssignmentIntContainer.cs.

◆ Element() [2/2]

IntVarElement Element ( IntVar  var)
inline

Definition at line 101 of file AssignmentIntContainer.cs.

◆ Empty()

bool Empty ( )
inline

Definition at line 81 of file AssignmentIntContainer.cs.

◆ FastAdd()

IntVarElement FastAdd ( IntVar  var)
inline

Definition at line 61 of file AssignmentIntContainer.cs.

◆ Resize()

void Resize ( uint  size)
inline

Definition at line 77 of file AssignmentIntContainer.cs.

◆ Restore()

void Restore ( )
inline

Definition at line 120 of file AssignmentIntContainer.cs.

◆ Size()

int Size ( )
inline

Definition at line 111 of file AssignmentIntContainer.cs.

◆ Store()

void Store ( )
inline

Definition at line 116 of file AssignmentIntContainer.cs.

Member Data Documentation

◆ swigCMemOwn

bool swigCMemOwn
protected

Definition at line 20 of file AssignmentIntContainer.cs.


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