DISPLACE  1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
InterestingList< T > Class Template Reference

#include <interestinglist.h>

Inheritance diagram for InterestingList< T >:
InterestingListWithSpecialValues< T >

Public Member Functions

 InterestingList ()
 
virtual ~InterestingList () noexcept=default
 
void set (T n)
 
void rem (T n)
 
bool has (T n) const
 
void clear ()
 
size_t count ()
 
const QList< T > & list () const
 

Constructor & Destructor Documentation

◆ InterestingList()

template<typename T>
InterestingList< T >::InterestingList ( )
inline

◆ ~InterestingList()

template<typename T>
virtual InterestingList< T >::~InterestingList ( )
virtualdefaultnoexcept

Member Function Documentation

◆ clear()

template<typename T>
void InterestingList< T >::clear ( )
inline

◆ count()

template<typename T>
size_t InterestingList< T >::count ( )
inline

◆ has()

template<typename T>
bool InterestingList< T >::has ( n) const
inline

◆ list()

template<typename T>
const QList<T>& InterestingList< T >::list ( ) const
inline

◆ rem()

template<typename T>
void InterestingList< T >::rem ( n)
inline

◆ set()

template<typename T>
void InterestingList< T >::set ( n)
inline

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