System CATCollec

Usage: you must use this class as is. You should never derive it.


public class CATCollec

Scope level for collection definitions.
Role: This class is can not be instanciated. It is only used for scope of definitions.


Enumerated Type Index


o Direction
Displacement direction mode.
o MemoryHandling
Memory management mode.

Enumerated Types


o Direction
enum Direction {
  FromFirstToLast,
  FromLastToFirst
}
Displacement direction mode.
Parameters:
FromFirstToLast
Displacement is from first to last.
FromLastToFirst
Displacement is form last to first.
o MemoryHandling
enum MemoryHandling {
  KeepAllocation,
  ReleaseAllocation
}
Memory management mode.
Parameters:
KeepAllocation
No action is taken while removing element.
ReleaseAllocation
Memory is released while removing element.

This object is included in the file: CATCollec.h

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.