Home
last modified time | relevance | path

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

/third_party/boost/libs/intrusive/example/
Ddoc_stateful_value_traits.cpp18 typedef int identifier_t; typedef
29 typedef identifier_t value_type;
30 typedef identifier_t * pointer;
31 typedef const identifier_t * const_pointer;
58 identifier_t ids [NumElements]; in main()
67 typedef list<identifier_t, value_traits<stateful_value_traits> > List; in main()
74 for(identifier_t * it(&ids[0]), *itend(&ids[NumElements]); it != itend; ++it) in main()
79 identifier_t *it_val(&ids[NumElements]), *it_rbeg_val(&ids[0]); in main()