#include <bpp.h>
|
| bool | add (std::shared_ptr< T > entity) |
| |
| std::shared_ptr< T > | find (const std::string &name, size_t max_visible_index=SIZE_MAX) |
| |
| size_t | size () const |
| |
| const std::vector< std::shared_ptr< T > > & | get_entities () const |
| |
◆ add()
◆ find()
template<class T >
| std::shared_ptr< T > bpp::OwnedEntityList< T >::find |
( |
const std::string & |
name, |
|
|
size_t |
max_visible_index = SIZE_MAX |
|
) |
| |
|
inline |
◆ get_entities()
◆ size()
◆ entities
◆ name_to_index
The documentation for this class was generated from the following file: