Difference between revisions of "Boost"

From Apache OpenOffice Wiki
Jump to: navigation, search
 
(Added links)
Line 3: Line 3:
 
detailed documentation [http://www.boost.org/libs/libraries.htm here].
 
detailed documentation [http://www.boost.org/libs/libraries.htm here].
  
Apart from the spirit parsing framework, OOo currently mostly uses the smart pointers, pool memory and binders functionality.
+
Apart from the spirit parsing framework, OOo currently mostly uses the [http://www.boost.org/libs/smart_ptr/index.html smart pointers], [http://www.boost.org/libs/pool/doc/index.html pool memory] and [http://www.boost.org/libs/bind/bind.html binders] functionality.
  
 
==CVS==
 
==CVS==
{{Uno/UDKlink|binfilter|framework}}  
+
{{Uno/UDKlink|boost|external}  
  
 
[[Category:Cpp]]
 
[[Category:Cpp]]
 
[[Category:Module]]
 
[[Category:Module]]
 
[[Category:Source_directories]]
 
[[Category:Source_directories]]

Revision as of 06:52, 3 July 2007

The boost c++ library provides peer-reviewed, portable functionality. The focus is on basic, broadly useful stuff, that's typically found in the system libraries of other languages such as Java or Python (string and text processing, concurrency, math and numerics etc.). Please find detailed documentation here.

Apart from the spirit parsing framework, OOo currently mostly uses the smart pointers, pool memory and binders functionality.

CVS

{{Uno/UDKlink|boost|external}

Personal tools