![]() |
Octopus 16.0
real-space, real-time, TDDFT code
|
Typedefs | |
typedef std::unordered_map< std::string, void * > | map_type |
Functions | |
void | sphash_map_init (map_type **map) |
void | sphash_map_end (map_type **map) |
void | sphash_map_insert (map_type *map, const char *key, void *ptr) |
void | sphash_map_lookup (const map_type *map, const char *key, int *found, void **ptr) |
void | sphash_iterator_low_start (map_type::const_iterator *iterator, map_type::const_iterator *end, const map_type *map) |
void | sphash_iterator_low_has_next (map_type::const_iterator iterator, map_type::const_iterator end, int *result) |
void | sphash_iterator_low_get (map_type::const_iterator *iterator, void **ptr) |
typedef std::unordered_map<std::string, void *> map_type |
void sphash_map_init | ( | map_type ** | map | ) |
void sphash_map_end | ( | map_type ** | map | ) |
void sphash_map_insert | ( | map_type * | map, |
const char * | key, | ||
void * | ptr | ||
) |
void sphash_map_lookup | ( | const map_type * | map, |
const char * | key, | ||
int * | found, | ||
void ** | ptr | ||
) |
void sphash_iterator_low_start | ( | map_type::const_iterator * | iterator, |
map_type::const_iterator * | end, | ||
const map_type * | map | ||
) |
void sphash_iterator_low_has_next | ( | map_type::const_iterator | iterator, |
map_type::const_iterator | end, | ||
int * | result | ||
) |
void sphash_iterator_low_get | ( | map_type::const_iterator * | iterator, |
void ** | ptr | ||
) |