#include <ById.h>
|
static int | add (std::shared_ptr< WithId >) |
|
static void | release (int) |
|
static std::shared_ptr< WithId > | get (int) |
|
template<typename Derived > |
static bool | isa (int id) |
|
template<typename Derived > |
static std::shared_ptr< Derived > | getAs (int id) |
|
Definition at line 200 of file ById.h.
int AnyById::add |
( |
std::shared_ptr< WithId > |
item | ) |
|
|
static |
void AnyById::release |
( |
int |
id | ) |
|
|
static |
std::shared_ptr< WithId > AnyById::get |
( |
int |
id | ) |
|
|
static |
template<typename Derived >
static bool AnyById::isa |
( |
int |
id | ) |
|
|
inlinestatic |
template<typename Derived >
static std::shared_ptr<Derived> AnyById::getAs |
( |
int |
id | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following files: