#ifndef GROUP_H_
#define GROUP_H_

/**
 * @defgroup container Container
 *
 * General Purpose Containers to store various elements.
 * As opposed to the STL library implementation, these implementations
 * don't  allocate memory dynamically.
 */


#endif /* GROUP_H_ */