Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

mysql++.h File Reference

The main MySQL++ header file. More...

#include "connection.h"
#include "query.h"
#include "compare.h"

Include dependency graph for mysql++.h:

Include dependency graph

Go to the source code of this file.

Defines

#define MYSQLPP_MYSQLPP_H
#define MYSQLPP_VERSION(major, minor, bugfix)   (((major) << 16) | ((minor) << 8) | (bugfix))
#define MYSQLPP_LIB_VERSION   MYSQLPP_VERSION(2, 0, 0)


Detailed Description

The main MySQL++ header file.

This file brings in all MySQL++ headers except for custom*.h, which is a strictly optional feature of MySQL++.

There is no point in trying to optimize which headers you include, because every MySQL++ program needs query.h, and that #includes all the other headers indirectly, except for custom*.h and compare.h. (query.h doesn't bring in compare.h because it's not used within the library anywhere; its facilities are only for end-user programs.) The only possible optimization is to include query.h instead of mysql++.h, and this results only in trivial compile time reductions at the expense of code clarity.


Generated on Tue Aug 16 12:53:49 2005 for MySQL++ by  doxygen 1.3.9.1