7#ifndef ARP_USE_ARP_SYSTEM_COMMONS 
    8#include "Arp/Base/Commons/Io/SeekOrigin.hpp" 
   11using Arp::Base::Commons::Io::SeekOrigin;
 
   15#include "Arp/Base/Commons/Io/SeekOrigin.hpp" 
   17namespace Arp { 
namespace System { 
namespace Commons { 
namespace Io
 
   46ARP_EXPORT std::ostream& operator<<(std::ostream& os, SeekOrigin value);
 
   47ARP_EXPORT std::istream& operator>>(std::istream& is, SeekOrigin& value);
 
   51template<> 
struct fmt::formatter<
Arp::System::Commons::Io::SeekOrigin>: 
public fmt::ostream_formatter {};
 
Namespace for classes related to the filesystem and file I/O
 
Root namespace for the PLCnext API