Generated on Sat Feb 7 2015 02:01:49 for Gecode by doxygen 1.8.9.1
Gecode::Int::Rel::NaryLqLe< View, o >::Pos Class Reference

Positions in view array that have to be propagated. More...

#include <rel.hh>

Public Attributes

int p
 Position of view in view array. More...
 

Constructor

 Pos (int p, Pos *n)
 Initialize with position p and next position n. More...
 

Linkage access

Posnext (void) const
 Return next position. More...
 

Memory management

void dispose (Space &home)
 Free memory for this position. More...
 
static void * operator new (size_t s, Space &home)
 Allocate memory from space. More...
 
static void operator delete (void *p)
 No-op (for exceptions) More...
 
static void operator delete (void *p, Space &home)
 No-op (use dispose instead) More...
 

Additional Inherited Members

- Public Member Functions inherited from Gecode::FreeList
 FreeList (void)
 Use uninitialized. More...
 
 FreeList (FreeList *n)
 Initialize with next freelist object n. More...
 
FreeListnext (void) const
 Return next freelist object. More...
 
FreeList ** nextRef (void)
 Return pointer to next link in freelist object. More...
 
void next (FreeList *n)
 Set next freelist object to n. More...
 
- Protected Attributes inherited from Gecode::FreeList
FreeList_next
 Pointer to next freelist object. More...
 

Detailed Description

template<class View, int o>
class Gecode::Int::Rel::NaryLqLe< View, o >::Pos

Positions in view array that have to be propagated.

Definition at line 220 of file rel.hh.

Constructor & Destructor Documentation

template<class View , int o>
Gecode::Int::Rel::NaryLqLe< View, o >::Pos::Pos ( int  p,
Pos n 
)
inline

Initialize with position p and next position n.

Definition at line 146 of file lq-le.hpp.

Member Function Documentation

template<class View , int o>
NaryLqLe< View, o >::Pos * Gecode::Int::Rel::NaryLqLe< View, o >::Pos::next ( void  ) const
inline

Return next position.

Definition at line 151 of file lq-le.hpp.

template<class View , int o>
void Gecode::Int::Rel::NaryLqLe< View, o >::Pos::dispose ( Space home)
inline

Free memory for this position.

Definition at line 173 of file lq-le.hpp.

template<class View , int o>
void * Gecode::Int::Rel::NaryLqLe< View, o >::Pos::operator new ( size_t  s,
Space home 
)
inlinestatic

Allocate memory from space.

Definition at line 167 of file lq-le.hpp.

template<class View , int o>
void Gecode::Int::Rel::NaryLqLe< View, o >::Pos::operator delete ( void *  p)
inlinestatic

No-op (for exceptions)

Definition at line 157 of file lq-le.hpp.

template<class View , int o>
void Gecode::Int::Rel::NaryLqLe< View, o >::Pos::operator delete ( void *  p,
Space home 
)
inlinestatic

No-op (use dispose instead)

Definition at line 161 of file lq-le.hpp.

Member Data Documentation

template<class View, int o>
int Gecode::Int::Rel::NaryLqLe< View, o >::Pos::p

Position of view in view array.

Definition at line 223 of file rel.hh.


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