Home
last modified time | relevance | path

Searched refs:complex_data (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/interprocess/example/
Ddoc_complex_map.cpp34 class complex_data class
43 complex_data(int id, const char *name, const void_allocator &void_alloc) in complex_data() function in complex_data
55 typedef std::pair<const char_string, complex_data> map_value_type;
56 typedef std::pair<char_string, complex_data> movable_to_map_value_type;
58 typedef map< char_string, complex_data
104 complex_data mapped_object(i, "default_name", alloc_inst); in main()