Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

strmod::strmod::StreamModule::Plug::Flags Struct Reference

A struct just so raw bitfields don't have to be in the class. More...

#include <StreamModule.h>

List of all members.

Public Attributes

bool isreading_: 1
 re-entrancy control

bool iswriting_: 1
 re-entrancy control

bool canread_: 1
 Can the plug be read from?

bool canwrite_: 1
 Can the plug be written to?

bool notifyonread_: 1
 Does the plug need to be told if its partner can be read from?

bool notifyonwrite_: 1
 Does the plug need to be told if its partner can be written to?


Detailed Description

A struct just so raw bitfields don't have to be in the class.

Definition at line 232 of file StreamModule.h.


The documentation for this struct was generated from the following file:
Generated on Wed Jan 29 00:32:55 2003 for libNet by doxygen1.3-rc1