Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/config/
Dfeatures.h754 #define __IMPORT_CONTAINER_TYPEDEFS(_Super) \ argument
755 typedef typename _Super::value_type value_type; \
756 typedef typename _Super::size_type size_type; \
757 typedef typename _Super::difference_type difference_type; \
758 typedef typename _Super::reference reference; \
759 typedef typename _Super::const_reference const_reference; \
760 typedef typename _Super::pointer pointer; \
761 typedef typename _Super::const_pointer const_pointer; \
762 typedef typename _Super::allocator_type allocator_type;
765 #define __IMPORT_ITERATORS(_Super) \ argument
[all …]