tudocomp
– The TU Dortmund Compression Framework
tdc::io::Path Struct Reference

Represents a file path. More...

#include <Path.hpp>

Public Member Functions

 Path (const std::string &p)
 

Public Attributes

std::string path
 The path string. More...
 

Detailed Description

Represents a file path.

Pass a Path instance to the respective constructor in order to create an input from the file pointed to by the path.

Definition at line 8 of file Path.hpp.

Constructor & Destructor Documentation

◆ Path()

tdc::io::Path::Path ( const std::string &  p)
inlineexplicit

Definition at line 9 of file Path.hpp.

Member Data Documentation

◆ path

std::string tdc::io::Path::path

The path string.

Definition at line 13 of file Path.hpp.


The documentation for this struct was generated from the following file: