Lolly 1.4.27
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
url_rep Struct Reference

#include <url.hpp>

Inheritance diagram for url_rep:
Inheritance graph
[legend]
Collaboration diagram for url_rep:
Collaboration graph
[legend]

Public Member Functions

 url_rep (url_tree t2)
 
- Public Member Functions inherited from concrete_struct
 concrete_struct ()
 Default constructor for the concrete object. Increments the reference count.
 
virtual ~concrete_struct ()
 Virtual destructor for the concrete object. Decrements the reference count.
 

Public Attributes

url_tree t
 
- Public Attributes inherited from concrete_struct
int ref_count
 The reference count for the concrete object.
 

Detailed Description

Definition at line 32 of file url.hpp.

Constructor & Destructor Documentation

◆ url_rep()

url_rep::url_rep ( url_tree t2)
inline

Definition at line 34 of file url.hpp.

34: t (t2) {}
blackbox t2
url_tree t
Definition url.hpp:33

Member Data Documentation

◆ t

url_tree url_rep::t

Definition at line 33 of file url.hpp.


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