|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Base class for all operations. More...
#include <FFaOperation.H>

Public Member Functions | |
| void | ref () |
| Increments the reference counter. More... | |
| void | unref () |
| Decrements the reference counter, and deletes *this if zero. More... | |
Static Public Member Functions | |
| static void | freeMemPools () |
| Dummy method doing nothing. More... | |
Protected Member Functions | |
| FFaOperationBase () | |
| Default constructor. More... | |
| virtual | ~FFaOperationBase () |
| Empty destructor. More... | |
Private Attributes | |
| short int | myRefCount |
| Reference counter. More... | |
Base class for all operations.
Operations are reference counting each other, and deleted when their reference count reaches zero.
|
inlineprotected |
Default constructor.
|
inlineprotectedvirtual |
Empty destructor.
|
inlinestatic |
Dummy method doing nothing.
|
inline |
Increments the reference counter.
|
inline |
Decrements the reference counter, and deletes *this if zero.
|
private |
Reference counter.