|
Namespaces |
namespace | nmn |
Classes |
struct | nmn::IsAPointerTraits |
struct | nmn::IsNotAPointerTraits |
class | nmn::Cache< Key, Element, UserData, CachePolicy > |
struct | nmn::Cache< Key, Element, UserData, CachePolicy >::Data |
struct | nmn::Type< T > |
struct | nmn::Type< T * > |
Functions |
template<typename Element> |
unsigned int | nmn::sizeOfElement (const Element &element, const IsAPointerTraits traits) |
| not yet documented
|
template<typename Element> |
unsigned int | nmn::sizeOfElement (const Element &element, const IsNotAPointerTraits traits) |
| not yet documented
|
template<typename Key> |
unsigned int | nmn::sizeOfKey (const Key &key, const IsAPointerTraits traits) |
| not yet documented
|
template<typename Key> |
unsigned int | nmn::sizeOfKey (const Key &key, const IsNotAPointerTraits traits) |
| not yet documented
|