|
STLdoc
STLdocumentation
|
Public Types | |
| typedef priority_queue_select< _Value_t, _Cont_t, _Is_ref > | _Mytype_t |
| typedef priority_queue_base< _Value_t, _Cont_t^> | _Mybase_t |
| typedef _Value_t | value_type |
| typedef value_type | reference |
| typedef value_type | const_reference |
Public Types inherited from cliext::impl::priority_queue_base< _Value_t, _Cont_t^> | |
| typedef priority_queue_base< _Value_t, _Cont_t^ > | _Mytype_t |
| typedef _STLCLR IPriorityQueue< _Value_t, typename _Container_traits< _Cont_t^ >::generic_container_handle > | _Mycont_it |
| typedef cli::array< _Value_t > | _Myarray_t |
| typedef int | size_type |
| typedef int | difference_type |
| typedef _Value_t | value_type |
| typedef value_type | reference |
| typedef value_type | const_reference |
| typedef _Mycont_it | generic_container |
| typedef value_type | generic_value |
| typedef _Dehandle< _Cont_t^ >::type | container_type |
| typedef _STLCLR BinaryDelegate< _Value_t, _Value_t, bool > | value_compare |
Public Member Functions | |
| priority_queue_select () | |
| priority_queue_select | operator= (priority_queue_select%_Right) |
| priority_queue_select (value_compare^_Pred) | |
| priority_queue_select (value_compare^_Pred, container_type%_Cont) | |
Public Member Functions inherited from cliext::impl::priority_queue_base< _Value_t, _Cont_t^> | |
| priority_queue_base () | |
| priority_queue_base (value_compare^_Pred) | |
| priority_queue_base (value_compare^_Pred, container_type%_Cont) | |
| priority_queue_base | operator= (priority_queue_base%_Right) |
| operator _Mycont_it^ () | |
| ~priority_queue_base () | |
| reference | top () |
| container_type | get_container () |
| value_compare | value_comp () |
| virtual System::Object | Clone () |
| _Myarray_t | to_array () |
| size_type | size () |
| bool | empty () |
| void | push (value_type _Val) |
| void | pop () |
| void | assign (_Mytype_t%_Right) |
Additional Inherited Members | |
Public Attributes inherited from cliext::impl::priority_queue_base< _Value_t, _Cont_t^> | |
| property value_type | top_item |
| _STLCLR_FIELD_ACCESS | __pad0__ |
| container_type | c |
| typedef priority_queue_base<_Value_t, _Cont_t^> cliext::impl::priority_queue_select< _Value_t, _Cont_t, _Is_ref >::_Mybase_t |
| typedef priority_queue_select<_Value_t, _Cont_t, _Is_ref> cliext::impl::priority_queue_select< _Value_t, _Cont_t, _Is_ref >::_Mytype_t |
| typedef value_type cliext::impl::priority_queue_select< _Value_t, _Cont_t, _Is_ref >::const_reference |
| typedef value_type cliext::impl::priority_queue_select< _Value_t, _Cont_t, _Is_ref >::reference |
| typedef _Value_t cliext::impl::priority_queue_select< _Value_t, _Cont_t, _Is_ref >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.8