On 5 April 2013 10:57, Bruno Zerbo <[email protected]> wrote: > I'm looking to the SOCI documentation and I found a reference to the assert > function which is not explained at all. > The reference is here: > http://soci.sourceforge.net/doc/3.2.0/exchange.html > > Where I can find other information on this function?
Bruno, The assert() in documentation denotes assert macro as defined in C++ standard header <cassert> The docs may be confusing, indeed. > is there a doxigen doc about all the API? Not yet, I'm hoping to prepare API reference as part of new documentation I've planned [1], likely to be based on Sphnix and lightweight http://jessevdk.github.com/cldoc/ or Doxygen. [1] https://github.com/SOCI/soci/wiki/Roadmap Best regards, -- Mateusz Loskot, http://mateusz.loskot.net ------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html _______________________________________________ soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
