Rudiments
Main Page
Classes
include
rudiments
shmfile.h
1
// Copyright (c) 2004 David Muse
2
// See the COPYING file for more information.
3
4
#ifndef RUDIMENTS_SHMFILE_H
5
#define RUDIMENTS_SHMFILE_H
6
7
#include <rudiments/private/shmfileincludes.h>
8
9
class
shmfileprivate;
10
17
class
RUDIMENTS_DLLSPEC
shmfile
:
public
file
{
18
public
:
19
21
shmfile
();
22
25
shmfile
(
const
shmfile
&s);
26
29
shmfile
&
operator=
(
const
shmfile
&s);
30
32
virtual
~
shmfile
();
33
37
static
bool
remove
(
const
char
*filename);
38
39
#include <rudiments/private/shmfile.h>
40
};
41
42
#endif
Generated on Fri Mar 7 2014 14:08:54 for Rudiments by
1.8.3.1