2016-06-15 23:48:41 +02:00
|
|
|
#ifndef GROUP_H_
|
|
|
|
#define GROUP_H_
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @defgroup container Container
|
|
|
|
*
|
2020-03-06 18:48:48 +01:00
|
|
|
* General Purpose Containers to store various elements.
|
|
|
|
* As opposed to the STL library implementation, these implementations
|
|
|
|
* don't allocate memory dynamically.
|
2016-06-15 23:48:41 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* GROUP_H_ */
|