libdl  0.0.1
Simple yet powerful deep learning
Loading...
Searching...
No Matches
dl::utils::URLStream Class Reference

Opens an input stream which serves the information pointed at by the provided URL. More...

#include <urlstream.hpp>

Inheritance diagram for dl::utils::URLStream:
Collaboration diagram for dl::utils::URLStream:

Public Member Functions

 URLStream (const char *url) noexcept
 Instantiates a new URLStream that serves the data at the given URL.
 
- Public Member Functions inherited from std::basic_istream< char >
setstate (T... args)
 
getloc (T... args)
 
precision (T... args)
 
flags (T... args)
 
widen (T... args)
 
seekg (T... args)
 
operator>> (T... args)
 
fill (T... args)
 
setf (T... args)
 
operator bool (T... args)
 
copyfmt (T... args)
 
sync_with_stdio (T... args)
 
getline (T... args)
 
putback (T... args)
 
gcount (T... args)
 
eof (T... args)
 
xalloc (T... args)
 
read (T... args)
 
basic_istream (T... args)
 
iword (T... args)
 
unget (T... args)
 
rdbuf (T... args)
 
narrow (T... args)
 
good (T... args)
 
operator! (T... args)
 
sync (T... args)
 
~basic_istream (T... args)
 
ignore (T... args)
 
unsetf (T... args)
 
width (T... args)
 
rdstate (T... args)
 
tie (T... args)
 
move (T... args)
 
get (T... args)
 
register_callback (T... args)
 
pword (T... args)
 
swap (T... args)
 
readsome (T... args)
 
tellg (T... args)
 
set_rdbuf (T... args)
 
exceptions (T... args)
 
fail (T... args)
 
peek (T... args)
 
imbue (T... args)
 
bad (T... args)
 
clear (T... args)
 
init (T... args)
 

Detailed Description

Opens an input stream which serves the information pointed at by the provided URL.

Definition at line 13 of file urlstream.hpp.

Constructor & Destructor Documentation

◆ URLStream()

dl::utils::URLStream::URLStream ( const char *  url)
explicitnoexcept

Instantiates a new URLStream that serves the data at the given URL.

Parameters
urlThe URL to download data from.

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