qTox  Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
Public Member Functions | List of all members
IBootstrapListGenerator Class Referenceabstract

#include <ibootstraplistgenerator.h>

Inheritance diagram for IBootstrapListGenerator:
Inheritance graph
Collaboration diagram for IBootstrapListGenerator:
Collaboration graph

Public Member Functions

 IBootstrapListGenerator ()=default
 
virtual ~IBootstrapListGenerator ()
 
 IBootstrapListGenerator (const IBootstrapListGenerator &)=default
 
IBootstrapListGeneratoroperator= (const IBootstrapListGenerator &)=default
 
 IBootstrapListGenerator (IBootstrapListGenerator &&)=default
 
IBootstrapListGeneratoroperator= (IBootstrapListGenerator &&)=default
 
virtual QList< DhtServergetBootstrapnodes () const =0
 

Detailed Description

Definition at line 25 of file ibootstraplistgenerator.h.

Constructor & Destructor Documentation

◆ IBootstrapListGenerator() [1/3]

IBootstrapListGenerator::IBootstrapListGenerator ( )
default

◆ ~IBootstrapListGenerator()

IBootstrapListGenerator::~IBootstrapListGenerator ( )
virtualdefault

◆ IBootstrapListGenerator() [2/3]

IBootstrapListGenerator::IBootstrapListGenerator ( const IBootstrapListGenerator )
default

◆ IBootstrapListGenerator() [3/3]

IBootstrapListGenerator::IBootstrapListGenerator ( IBootstrapListGenerator &&  )
default

Member Function Documentation

◆ getBootstrapnodes()

virtual QList<DhtServer> IBootstrapListGenerator::getBootstrapnodes ( ) const
pure virtual

Implemented in BootstrapNodeUpdater.

Here is the caller graph for this function:

◆ operator=() [1/2]

IBootstrapListGenerator& IBootstrapListGenerator::operator= ( const IBootstrapListGenerator )
default

◆ operator=() [2/2]

IBootstrapListGenerator& IBootstrapListGenerator::operator= ( IBootstrapListGenerator &&  )
default

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