|
LibreOffice Module basic (master) 1
|
#include <memory>#include <string_view>#include <tools/stream.hxx>#include <o3tl/typed_flags_set.hxx>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 } |
|
strong |