2016-06-15 23:48:41 +02:00
|
|
|
#ifndef GROUP_H_
|
|
|
|
#define GROUP_H_
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @defgroup container Container
|
|
|
|
*
|
2020-11-02 15:53:08 +01:00
|
|
|
* General Purpose Container to store various elements.
|
|
|
|
*
|
|
|
|
* Also contains Adapter classes to print elements to a
|
|
|
|
* bytestream and to read them from a bytestream, as well
|
|
|
|
* as an Adapter to swap the endianness.
|
2016-06-15 23:48:41 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
#endif /* GROUP_H_ */
|