crawlserv++  [under development]
Application for crawling and analyzing textual content of websites.
crawlservpp::Struct::UrlListProperties Struct Reference

Properties of a URL list containing its namespace and name. More...

#include <UrlListProperties.hpp>

Properties

std::string nameSpace
 The namespace of the URL list. More...
 
std::string name
 The name of the URL list. More...
 

Construction

 UrlListProperties ()=default
 Default constructor. More...
 
 UrlListProperties (const std::string &setNameSpace, const std::string &setName)
 Constructor setting the properties of the URL list. More...
 

Detailed Description

Properties of a URL list containing its namespace and name.

Constructor & Destructor Documentation

◆ UrlListProperties() [1/2]

crawlservpp::Struct::UrlListProperties::UrlListProperties ( )
default

Default constructor.

◆ UrlListProperties() [2/2]

crawlservpp::Struct::UrlListProperties::UrlListProperties ( const std::string &  setNameSpace,
const std::string &  setName 
)
inline

Constructor setting the properties of the URL list.

Parameters
setNameSpaceConstant reference to a string containing the namespace of the URL list.
setNameConstant reference to a string containing the name of the URL list.

Member Data Documentation

◆ name

std::string crawlservpp::Struct::UrlListProperties::name

◆ nameSpace

std::string crawlservpp::Struct::UrlListProperties::nameSpace

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