U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Core » Equivalent in U++ to STL list container
Re: Equivalent in U++ to STL list container [message #40338 is a reply to message #40337] Mon, 22 July 2013 06:08 Go to previous messageGo to previous message
Sender Ghost is currently offline  Sender Ghost
Messages: 301
Registered: November 2008
Senior Member
Hello, Javier.
281264 wrote on Sun, 21 July 2013 22:23

I would like to know if there is something in NTL (or in U++) equivalent to C++ standard STL list container (the doubly linked list container).

I think, the BiVector (BiArray) has almost similar characteristics, based on available methods:
list::begin <-> BiVector::Begin
list::end <-> BiVector::End
list::front <-> BiVector::Head
list::back <-> BiVector::Tail
list::pop_front <-> BiVector::DropHead
list::pop_back <-> BiVector::DropTail
list::push_front <-> BiVector::AddHead
list::push_back <-> BiVector::AddTail
list::empty <-> BiVector::IsEmpty
list::size <-> BiVector::GetCount
list::clear <-> BiVector::Clear
etc.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Solve memory leak in OpenSSL 1.0.1c
Next Topic: StdLogSetup breaks ReadStdIn
Goto Forum:
  


Current Time: Wed Sep 16 15:13:13 GMT+2 2026

Total time taken to generate the page: 0.00819 seconds