©2009 Google -
Code Home -
Terms of Service -
Privacy Policy -
Site Directory
Google Code offered in:
English -
Español -
日本語 -
한국어 -
Português -
Pусский -
中文(简体) -
中文(繁體)
Returned by StreamInterface or a derived object to describe the current writability state of the stream. This enumeration is used by several classes.
enum StreamEvent {
SE_OPEN = 1,
SE_READ = 2,
SE_WRITE = 4,
SE_CLOSE = 8 };
Attributes: public
Declaration file: talk/base/stream.h