Citrus Internals

Introduction

As mentioned in the previous chapter, Citrus is written in C++. Yes, I am well aware that it could have been written in C. But it was written in C++. It goes to eleven, doesn't it?

Doxygen is used to automatically generate the Developers' Reference Manual from the source code. This book is a Developers' Guide which is intended to discuss the design and overview of the library and serve as an introduction to the Developers' Reference Manual. So, when you need information about a particular class or function, use the Reference Manual. When you are looking for information about the capabilities of the library, use this guide.