6 #ifndef SWIFT_MISC_NETWORK_SERVERLIST_H 
    7 #define SWIFT_MISC_NETWORK_SERVERLIST_H 
   19 namespace swift::misc::network
 
   35         bool containsName(
const QString &name) 
const;
 
   38         bool removeByName(
const QString &name);
 
   44         bool containsAddressPort(
const CServer &server);
 
   47         void addIfAddressNotExists(
const CServer &server);
 
   50         void addIfAddressNotExists(
const CServerList &servers);
 
Generic ordered container with value semantics.
 
Generic sequential container with value semantics.
 
CSequence()=default
Default constructor.
 
Value object for a FSD setup.
 
Value object encapsulating information of a server.
 
Value object encapsulating a list of servers.
 
CServerList()=default
Default constructor.
 
#define SWIFT_DECLARE_SEQUENCE_MIXINS(Namespace, T, List)
Explicit template declaration of mixins for a CSequence subclass to be placed near the top of the hea...
 
#define SWIFT_MISC_EXPORT
Export a class or function from the library.