Rudiments
Main Page
Classes
include
rudiments
unixsocketutil.h
1
// Copyright (c) 2002 David Muse
2
// See the COPYING file for more information.
3
4
#ifndef RUDIMENTS_UNIXSOCKETUTIL_H
5
#define RUDIMENTS_UNIXSOCKETUTIL_H
6
7
#include <rudiments/private/unixsocketutilincludes.h>
8
9
class
unixsocketutilprivate;
10
13
class
RUDIMENTS_DLLSPEC
unixsocketutil
{
14
public
:
15
17
unixsocketutil
();
18
21
unixsocketutil
(
const
unixsocketutil
&u);
22
25
unixsocketutil
&operator=(
const
unixsocketutil
&u);
26
28
virtual
~
unixsocketutil
();
29
34
void
initialize(
const
char
*filename);
35
42
uint16_t filenameToPort(
const
char
*filename);
43
44
#include <rudiments/private/unixsocketutil.h>
45
};
46
47
#endif
unixsocketutil
Definition:
unixsocketutil.h:13
Generated on Tue Feb 21 2017 20:39:53 for Rudiments by
1.8.11