debian man page for shevek_shm

Query: shevek_shm

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

shevek::shm< T >(3)					     Library Functions Manual					       shevek::shm< T >(3)

NAME
shevek::shm< T > - This class implements an interface for sharing memory between processes.
SYNOPSIS
#include <shm.hh> Inherits shevek::refbase. Public Member Functions T * data () Access the shared data. T const * data () const Access the shared data. Static Public Member Functions static Glib::RefPtr< shm< T > > create (std::string const &name, bool keep=false) Create a new block of shared memory. static Glib::RefPtr< shm< T > > open (std::string const &name, bool writable=true) Open an existing block of shared memory. Detailed Description template<typename T>class shevek::shm< T > This class implements an interface for sharing memory between processes. Member Function Documentation template<typename T > static Glib::RefPtr<shm <T> > shevek::shm< T >::create (std::string const &name, boolkeep = false) [inline, static] Create a new block of shared memory. If keep is true, it will not be unlinked when the object is destroyed. Author Generated automatically by Doxygen for libshevek from the source code. libshevek Fri May 11 2012 shevek::shm< T >(3)
Related Man Pages
shevek_ostring(3) - debian
shevek_istring(3) - debian
shevek_refbase(3) - debian
shevek_ristring(3) - debian
shevek_rostring(3) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
My first PERL incarnation... Audio Oscillograph