8#include "Arp/System/Core/Enum.hxx"
10namespace Arp {
namespace System {
namespace Commons {
namespace Io
39ARP_CXX_SYMBOL_EXPORT std::ostream& operator<<(std::ostream& os,
SeekOrigin value);
40ARP_CXX_SYMBOL_EXPORT std::istream& operator>>(std::istream& is,
SeekOrigin& value);
@ System
System components used by the System, Device, Plc or Io domains.
SeekOrigin
Provides seek reference points. To seek to the end of a stream, call stream.Seek(0,...
Definition: SeekOrigin.hpp:20
@ Begin
Specifies the beginning of a stream.
@ Current
Specifies the current position of a stream.
@ End
Specifies the end of a stream.
Root namespace for the PLCnext API