#include <Map.h>
List of all members.
Public Types |
typedef __gnu_cxx::hash_map
< KEY, VALUE, HASHFN, EQFN > | type |
template<typename KEY, typename VALUE, typename HASHFN = __gnu_cxx::hash<KEY>, typename EQFN = std::equal_to<KEY>>
class xmlbeansxx::Map< KEY, VALUE, HASHFN, EQFN >
Member Typedef Documentation
template<typename KEY , typename VALUE , typename HASHFN = __gnu_cxx::hash<KEY>, typename EQFN = std::equal_to<KEY>>
typedef __gnu_cxx::hash_map<KEY, VALUE, HASHFN, EQFN> xmlbeansxx::Map< KEY, VALUE, HASHFN, EQFN >::type |
The documentation for this class was generated from the following file: