![]() |
Octopus 16.0
real-space, real-time, TDDFT code
|
Typedefs | |
typedef std::unordered_map< std::string, int > | map_type |
Functions | |
void | sihash_map_init (map_type **map) |
void | sihash_map_end (map_type **map) |
void | sihash_map_insert (map_type *map, const char *key, int val) |
void | sihash_map_lookup (const map_type *map, const char *key, int *found, int *val) |
void | sihash_iterator_low_start (map_type::const_iterator *iterator, map_type::const_iterator *end, const map_type *map) |
void | sihash_iterator_low_has_next (map_type::const_iterator iterator, map_type::const_iterator end, int *val) |
void | sihash_iterator_low_get (map_type::const_iterator *iterator, int *val) |
typedef std::unordered_map<std::string, int> map_type |
void sihash_map_init | ( | map_type ** | map | ) |
void sihash_map_end | ( | map_type ** | map | ) |
void sihash_map_insert | ( | map_type * | map, |
const char * | key, | ||
int | val | ||
) |
void sihash_map_lookup | ( | const map_type * | map, |
const char * | key, | ||
int * | found, | ||
int * | val | ||
) |
void sihash_iterator_low_start | ( | map_type::const_iterator * | iterator, |
map_type::const_iterator * | end, | ||
const map_type * | map | ||
) |
void sihash_iterator_low_has_next | ( | map_type::const_iterator | iterator, |
map_type::const_iterator | end, | ||
int * | val | ||
) |
void sihash_iterator_low_get | ( | map_type::const_iterator * | iterator, |
int * | val | ||
) |