VitroIO SDK
Software development kit for Vitro Shard.
Loading...
Searching...
No Matches
vitroio::sdk::impl::List< T > Class Template Reference

#include <list.h>

Public Member Functions

 List ()
 
 ~List ()
 
bool isEmpty () const
 
ListNode< T > * first ()
 
ListNode< T > * last ()
 
void pushBack (T value)
 

Constructor & Destructor Documentation

◆ List()

template<typename T >
vitroio::sdk::impl::List< T >::List ( )
inline

◆ ~List()

template<typename T >
vitroio::sdk::impl::List< T >::~List ( )
inline

Member Function Documentation

◆ first()

template<typename T >
ListNode< T > * vitroio::sdk::impl::List< T >::first ( )
inline

◆ isEmpty()

template<typename T >
bool vitroio::sdk::impl::List< T >::isEmpty ( ) const
inline
Here is the caller graph for this function:

◆ last()

template<typename T >
ListNode< T > * vitroio::sdk::impl::List< T >::last ( )
inline

◆ pushBack()

template<typename T >
void vitroio::sdk::impl::List< T >::pushBack ( value)
inline
Here is the call graph for this function: