LibreOffice Module basic (master) 1
Classes | Namespaces | Macros | Enumerations
iosys.hxx File Reference
#include <memory>
#include <string_view>
#include <tools/stream.hxx>
#include <o3tl/typed_flags_set.hxx>
Include dependency graph for iosys.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags< SbiStreamFlags >
 
class  SbiStream
 
class  SbiIoSystem
 

Namespaces

namespace  o3tl
 

Macros

#define CHANNELS   256
 

Enumerations

enum class  SbiStreamFlags {
  NONE = 0x0000 ,
  Input = 0x0001 ,
  Output = 0x0002 ,
  Random = 0x0004 ,
  Append = 0x0008 ,
  Binary = 0x0010
}
 

Macro Definition Documentation

◆ CHANNELS

#define CHANNELS   256

Definition at line 33 of file iosys.hxx.

Enumeration Type Documentation

◆ SbiStreamFlags

enum class SbiStreamFlags
strong
Enumerator
NONE 
Input 
Output 
Random 
Append 
Binary 

Definition at line 35 of file iosys.hxx.