Main > Programming > Libraries >

libwrapiter 1.2.0

libwrapiter 1.2.0

Sponsored Links

libwrapiter 1.2.0 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.13 MB
Platform: Any Platform
License: GPL (GNU General Public License)
Price:
Downloads: 871
Date added: 2007-06-06
Publisher: Ciaran McCreesh

libwrapiter 1.2.0 description

libwrapiter is a library that provides wrappers for C++ STL style iterators.
It makes it easy to define generic iterator wrappers, which remove the need to expose underlying data structures when working with classes using STL containers.
Purpose:
Consider the following massively oversimplified example. Were using the private implementation pattern or pimpl to avoid sticking too much in the header files.
myproject/myclass.hh without libwrapiter
#include < list >
namespace myproject
{
class MyClass
{
private:
///name implementation data, using the private implementation pattern
///{
struct Implementation;
Implementation * _imp;
///}
///name disallow copying and assignment
///{
MyClass(const MyClass &);
const MyClass & operator= (const MyClass &);
///}
public:
MyClass();
~MyClass();
///name iterate over our items
///{
typedef std::list ::const_iterator Iterator;
Iterator begin() const;
Iterator end() const;
///}
};
}
Enhancements:
- Headers are now split into -fwd, -decl, and -impl, allowing finer grained control to give faster compile times.
- The old, undecorated header paths are still fine if you dont need this kind of control.
- libwrapiter has a new homepage.

libwrapiter 1.2.0 Screenshot

Advertisements

libwrapiter 1.2.0 Keywords

Bookmark libwrapiter 1.2.0

Hyperlink code:
Link for forum:

libwrapiter 1.2.0 Copyright

WareSeeker periodically updates pricing and software information of libwrapiter 1.2.0 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of libwrapiter 1.2.0 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
OCI wrappers packages contains C++ wrappers for OCI (Oracle Call Interface). Free Download
CLIP is a Clipper/XBase compatible compiler. Free Download
mp_doccer is a tool that travels C code files. Free Download
libb64 is a library of ANSI C routines for fast encoding and decoding of data into and from the base64-encoded format. Free Download
speyes project is a South Park-inspired xeyes dockapp for WindowMaker. Free Download
EnterTrack project is a Web-based artifact tracking/management system. Free Download
JThread project provides some classes to make use of threads easy on different platforms. Free Download
Registry-J2SE is a library that provides lightweight registry functions for both Hibernate2 and Hibernate3 configurations. Free Download