API Guides > ConceptRT 3.x
SharedMemory

Detailed Description

Classes

class  SharedMemory
 Abstraction of a shared memory. More...
 

Functions

bool SharedMemoryExists (PCChar8 name)
 Queries if a given shared memory exists. More...
 

Modules

 Internal
 

Function Documentation

bool SharedMemoryExists ( PCChar8  name)

Queries if a given shared memory exists.

Parameters
nameThe name of the shared memory.
Returns
true if exist, false if not.
Warning
Non-Deterministic. Determinism when using ConceptRT library can be ensure by using Context Time Critical mechanisms.