43#ifndef LASS_GUARDIAN_OF_INCLUSION_IO_SHARED_MEMORY_H
44#define LASS_GUARDIAN_OF_INCLUSION_IO_SHARED_MEMORY_H
54 class SharedMemoryImpl;
63 bool create(
size_t size);
64 bool open(
const char* name);
67 const char* name()
const;
71 bool operator!()
const;
74 SharedMemory(
const SharedMemory&);
75 SharedMemory& operator=(
const SharedMemory&);
76 impl::SharedMemoryImpl* pimpl_;
#define LASS_DLL
DLL interface: import or export symbols?
streams, binary streams, vrmlstreams, ...
Library for Assembled Shared Sources.