Skip to content

Enum seek_origin

enum seek_origin io

enum class seek_origin : int { … }

Seek origin

enum constant current

current = SEEK_CUR

From the current position

Fully qualified name: kfr::seek_origin::current

Declared at io/file.hpp:121

enum constant begin

begin   = SEEK_SET

From the beginning

Fully qualified name: kfr::seek_origin::begin

Declared at io/file.hpp:122

enum constant end

end     = SEEK_END

From the end

Fully qualified name: kfr::seek_origin::end

Declared at io/file.hpp:123

Fully qualified name: kfr::seek_origin

Declared at io/file.hpp:119

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.