Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

__gnu_pbds::detail::pat_trie_base__inode_iterator(3cxx) [debian man page]

__gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::it__gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::iterator(3cxx)

NAME
__gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::iterator - SYNOPSIS
Inherits __gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::const_iterator. Public Types typedef _Alloc::difference_type difference_type typedef std::forward_iterator_tag iterator_category typedef node_pointer_pointer pointer typedef node_pointer_reference reference typedef node_pointer value_type Public Member Functions iterator (node_pointer_pointer p_p_cur=0, node_pointer_pointer p_p_end=0) bool operator!= (const const_iterator &other) const bool operator!= (const iterator &other) const node_const_pointer operator* () const node_pointer operator* () iterator & operator++ () iterator operator++ (int) const node_pointer_pointer operator-> () const node_pointer_pointer operator-> () bool operator== (const const_iterator &other) const bool operator== (const iterator &other) const Public Attributes node_pointer_pointer m_p_p_cur node_pointer_pointer m_p_p_end Detailed Description template<typename _ATraits, typename Metadata>struct __gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::iterator Child iterator. Definition at line 320 of file pat_trie_base.hpp. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ S__gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::iterator(3cxx)

Check Out this Related Man Page

__gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, MetadataLibraryrF__gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::iterator(3)

NAME
__gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::iterator - SYNOPSIS
Inherits __gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::const_iterator. Public Types typedef _Alloc::difference_type difference_type typedef std::forward_iterator_tag iterator_category typedef node_pointer_pointer pointer typedef node_pointer_reference reference typedef node_pointer value_type Public Member Functions iterator (node_pointer_pointer p_p_cur=0, node_pointer_pointer p_p_end=0) bool operator!= (const const_iterator &other) const bool operator!= (const iterator &other) const node_const_pointer operator* () const node_pointer operator* () iterator & operator++ () iterator operator++ (int) const node_pointer_pointer operator-> () const node_pointer_pointer operator-> () bool operator== (const const_iterator &other) const bool operator== (const iterator &other) const Public Attributes node_pointer_pointer m_p_p_cur node_pointer_pointer m_p_p_end Detailed Description template<typename _ATraits, typename Metadata>struct __gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::iterator Child iterator. Definition at line 320 of file pat_trie_base.hpp. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue __gnu_pbds::detail::pat_trie_base::_Inode< _ATraits, Metadata >::iterator(3)
Man Page

4 More Discussions You Might Find Interesting

1. Programming

Hi Folks UTL_FILE Issue.

Hi Folks UTL_FILE Issue. I want to do detail study about the UTL FILE package could any one please provide me some of the best detail utl package links to go through and implement in my project will be very help full thanks a ton!!! Rgds Ann. (1 Reply)
Discussion started by: Haque123
1 Replies

2. UNIX for Dummies Questions & Answers

Product instalaltion detail

Hi all experts, I want to find out what oracle product has come with the server and their version detail. We have Solaris 10. Can you tell me what Unix command will full fill this requirement? Thanks, AJ -----Post Update----- please help -----Post Update----- please help guys (1 Reply)
Discussion started by: ma466
1 Replies

3. Shell Programming and Scripting

Creating variable by for loop

i have a file 'detail' which contains cat detail 111111 222222 333333 444444 but detail may be 4 line file.6 line file or 8 line file like cat detail 111111 222222 333333 444444 555555 666666 777777 888888 so i want a declare a loop which assign the value of first line in one... (11 Replies)
Discussion started by: rakeshtomar82
11 Replies

4. Shell Programming and Scripting

Compare file1 header count with file2 line count

What I'm trying to accomplish. I receive a Header and Detail file for daily processing. The detail file comes first which holds data, the header is a receipt of the detail file and has the detail files record count. Before processing the detail file I would like to put a wrapper around another... (4 Replies)
Discussion started by: pone2332
4 Replies