Chapter 68. Boost.MetaStateMachine Tip Exercises Chapter 68. Boost.MetaStateMachine Boost.MetaStateMachine is used to define state machines. State machines describe objects ...
Chapter 64. Boost.Serialization Note Chapter 64. Boost.Serialization The library Boost.Serialization makes it possible to convert objects in a C++ program to a sequence of by...
Chapter 63. Boost.ProgramOptions Chapter 63. Boost.ProgramOptions Boost.ProgramOptions is a library that makes it easy to parse command-line options, for example, for console ...
Chapter 55. Boost.System Note Chapter 55. Boost.System Boost.System is a library that, in essence, defines four classes to identify errors. All four classes were added to the...
Chapter 46. Boost.Lockfree Exercise Chapter 46. Boost.Lockfree Boost.Lockfree provides thread-safe and lock-free containers. Containers from this library can be accessed from...
Chapter 44. Boost.Thread Chapter 44. Boost.Thread Boost.Thread is the library that allows you to use threads. Furthermore, it provides classes to synchronize access on data wh...
Chapter 41. Boost.Bind Chapter 41. Boost.Bind Boost.Bind is a library that simplifies and generalizes capabilities that originally required std::bind1st() and std::bind2nd() ...
Chapter 39. Boost.Phoenix Tip Tip Chapter 39. Boost.Phoenix Boost.Phoenix is the most important Boost library for functional programming. While libraries like Boost.Bind or ...