Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: Mon Apr 28 19:22:39 CEST 2025

Total time taken to generate the page: 0.00805 seconds