From 809b470ce90e53c532dfebc44c2e7c169c33402f Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Fri, 7 Dec 2007 17:46:13 +0000 Subject: removed doxygen folders from svn --- doc/html/classTunDevice.html | 402 ------------------------------------------- 1 file changed, 402 deletions(-) delete mode 100644 doc/html/classTunDevice.html (limited to 'doc/html/classTunDevice.html') diff --git a/doc/html/classTunDevice.html b/doc/html/classTunDevice.html deleted file mode 100644 index 4753ea7..0000000 --- a/doc/html/classTunDevice.html +++ /dev/null @@ -1,402 +0,0 @@ - - -anytun: TunDevice Class Reference - - - - -
-
-
-
-

TunDevice Class Reference

#include <tunDevice.h> -

-List of all members. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Public Member Functions

 TunDevice (const char *dev, const char *dev_type, const char *ifcfg_lp, const char *ifcfg_rnmp)
 ~TunDevice ()
void open ()
void close ()
bool isOpen ()
short read (Buffer &buf)
int write (Buffer &buf)
char * getActualName ()
u_int32_t getType ()
const char * getTypeString ()

Static Public Attributes

static const u_int32_t TYPE_UNDEF = 0
static const u_int32_t TYPE_TUN = 1
static const u_int32_t TYPE_TAP = 2

Private Member Functions

void operator= (const TunDevice &src)
 TunDevice (const TunDevice &src)

Private Attributes

Mutex io_mutex_
tuntap * dev_
-


Constructor & Destructor Documentation

- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TunDevice::TunDevice (const char *  dev,
const char *  dev_type,
const char *  ifcfg_lp,
const char *  ifcfg_rnmp 
)
-
-
- -

- -

-

- -

-
- - - - - - - - -
TunDevice::~TunDevice (  ) 
-
-
- -

- -

-

- -

-
- - - - - - - - - -
TunDevice::TunDevice (const TunDevice src  )  [private]
-
-
- -

- -

-

-


Member Function Documentation

- -
-
- - - - - - - - -
void TunDevice::open (  ) 
-
-
- -

- -

-

- -

-
- - - - - - - - -
void TunDevice::close (  ) 
-
-
- -

- -

-

- -

-
- - - - - - - - -
bool TunDevice::isOpen (  ) 
-
-
- -

- -

-

- -

-
- - - - - - - - - -
short TunDevice::read (Buffer buf  ) 
-
-
- -

- -

-

- -

-
- - - - - - - - - -
int TunDevice::write (Buffer buf  ) 
-
-
- -

- -

-

- -

-
- - - - - - - - -
char * TunDevice::getActualName (  ) 
-
-
- -

- -

-

- -

-
- - - - - - - - -
u_int32_t TunDevice::getType (  ) 
-
-
- -

- -

-

- -

-
- - - - - - - - -
const char * TunDevice::getTypeString (  ) 
-
-
- -

- -

-

- -

-
- - - - - - - - - -
void TunDevice::operator= (const TunDevice src  )  [private]
-
-
- -

- -

-

-


Member Data Documentation

- -
-
- - - - -
const u_int32_t TunDevice::TYPE_UNDEF = 0 [static]
-
-
- -

- -

-

- -

-
- - - - -
const u_int32_t TunDevice::TYPE_TUN = 1 [static]
-
-
- -

- -

-

- -

-
- - - - -
const u_int32_t TunDevice::TYPE_TAP = 2 [static]
-
-
- -

- -

-

- -

-
- - - - -
Mutex TunDevice::io_mutex_ [private]
-
-
- -

- -

-

- -

-
- - - - -
struct tuntap* TunDevice::dev_ [private]
-
-
- -

- -

-

-


The documentation for this class was generated from the following files: -
Generated on Mon Dec 3 11:49:25 2007 for anytun by  - -doxygen 1.5.1
- - -- cgit v1.2.3