xtd 0.2.0
seek_origin.hpp File Reference
#include "../enum.hpp"
#include <ios>

Definition

Contains xtd::io::seek_origin enum class.

Go to the source code of this file.

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 
namespace  xtd::io
 The xtd::io namespace contains types that allow reading and writing to files and data streams, and types that provide basic file and directory support.
 

Enumerations

enum class  xtd::io::seek_origin {
  xtd::io::seek_origin::begin ,
  xtd::io::seek_origin::current ,
  xtd::io::seek_origin::end
}
 Specifies the position in a stream to use for seeking. More...