µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
os::utils Namespace Reference

Classes

class  double_list
 Circular double linked list of nodes. More...
 
class  double_list_iterator
 Template for a double linked list iterator. More...
 
class  double_list_links
 The core of a double linked list, pointers to next, previous. More...
 
class  intrusive_list
 List of intrusive nodes. More...
 
class  intrusive_list_iterator
 Template for an intrusive list iterator. More...
 
class  static_double_list
 Statically allocated circular double linked list of nodes. More...
 
class  static_double_list_links
 Statically allocated core of a double linked list, pointers to next, previous. More...