Communication Library for Autonomous Systems v1.0
Reliable and secure communication library for autonomous vehicle systems
|
#include <list.h>
Public Member Functions | |
List ()=default | |
~List ()=default | |
void | insert (T *item) |
T * | remove () |
bool | empty () const |