-
Notifications
You must be signed in to change notification settings - Fork 95
3. API documentation
Alexander Damian edited this page Feb 13, 2019
·
5 revisions
3.7 Mutexes and condition variables
3.9 Parallel forEach and mapReduce
This chapter contains lots of examples and use-cases on how to use the quantum library properly. Not all methods and interfaces are discussed however, which means that it is up to the individual programmer to read the API documentation and familiarize himself/herself with the concepts. The important headers files to read are located under the quantum/interface
directory, since all API access is achieved via interfaces.
NOTE: For brevity purposes, all class names in the code examples are shown without the Bloomberg::quantum
namespace.