Communication Library for Autonomous Systems v1.0
Reliable and secure communication library for autonomous vehicle systems
Loading...
Searching...
No Matches
List< T > Class Template Reference

#include <list.h>

Public Member Functions

 List ()=default
 
 ~List ()=default
 
void insert (T *item)
 
Tremove ()
 
bool empty () const
 

Constructor & Destructor Documentation

◆ List()

template<typename T >
List< T >::List ( )
default

◆ ~List()

template<typename T >
List< T >::~List ( )
default

Member Function Documentation

◆ empty()

template<typename T >
bool List< T >::empty ( ) const

◆ insert()

template<typename T >
void List< T >::insert ( T item)

◆ remove()

template<typename T >
T * List< T >::remove ( )

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