ROOT  6.06/08
Reference Guide
Classes | Enumerations
TSocket.h File Reference
#include "TNamed.h"
#include "TBits.h"
#include "TInetAddress.h"
#include "MessageTypes.h"
#include "TVirtualAuth.h"
#include "TSecContext.h"
#include "TTimeStamp.h"
#include "TVirtualMutex.h"
+ Include dependency graph for TSocket.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TSocket
 

Enumerations

enum  ESockOptions {
  kSendBuffer, kRecvBuffer, kOobInline, kKeepAlive,
  kReuseAddr, kNoDelay, kNoBlock, kProcessGroup,
  kAtMark, kBytesToRead
}
 
enum  ESendRecvOptions { kDefault, kOob, kPeek, kDontBlock }
 

Enumeration Type Documentation

§ ESendRecvOptions

Enumerator
kDefault 
kOob 
kPeek 
kDontBlock 

Definition at line 65 of file TSocket.h.

§ ESockOptions

Enumerator
kSendBuffer 
kRecvBuffer 
kOobInline 
kKeepAlive 
kReuseAddr 
kNoDelay 
kNoBlock 
kProcessGroup 
kAtMark 
kBytesToRead 

Definition at line 52 of file TSocket.h.