Server
API Reference Guide
Product Documentation:

Visualization Server
Documentation Home
Typedefs | Functions
derived.h File Reference
#include <ilserver/ilbarch.h>
#include <ilserver/stdlib.h>
#include <ilserver/ilassert.h>
#include <ilserver/tlist.h>
#include <ilserver/thash.h>
#include <ilserver/boolean.h>
#include <ilserver/refcount.h>
#include <ilserver/sexcept.h>
#include <ilserver/mlk.h>
#include <ilserver/ilthread.h>

Typedefs

typedef unsigned short IlsEagerness
 This type specifies the eagerness of a derived data member. More...
 

Functions

void IlsReevaluate ()
 Each explicit call to the function IlsReevaluate() automatically recalculates all derived data members marked as eager that are out-of-date. More...
 

Typedef Documentation

◆ IlsEagerness

typedef unsigned short IlsEagerness

This type specifies the eagerness of a derived data member.

Library: server
.

See also
IlsDerived.

Function Documentation

◆ IlsReevaluate()

void IlsReevaluate ( )

Each explicit call to the function IlsReevaluate() automatically recalculates all derived data members marked as eager that are out-of-date.

Library: server

Exceptions
IlsCycleIf a dependence cycle is detected among derived data members.
See also
IlsDerived.