ReactOS 0.4.15-dev-8100-g1887773
shared_mem_static Struct Reference

Public Member Functions

 shared_mem_static ()
 
 ~shared_mem_static ()
 

Detailed Description

Definition at line 164 of file static_construct.cpp.

Constructor & Destructor Documentation

◆ shared_mem_static()

shared_mem_static::shared_mem_static ( )
inline

Definition at line 166 of file static_construct.cpp.

167 {
168 map_memory();
169 if (g_Memory)
171 }
static shared_memory * g_Memory
static void map_memory()

◆ ~shared_mem_static()

shared_mem_static::~shared_mem_static ( )
inline

Definition at line 173 of file static_construct.cpp.

174 {
175 if (g_Memory)
177 unmap_memory();
178 }
static void unmap_memory()

The documentation for this struct was generated from the following file: