#include <string>#include <SimData/BaseType.h>#include <SimData/Version.h>#include <SimData/Archive.h>Compounds | |
| class | load_check |
| Print a startup message to verify proper loading of SimData. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &o, BaseType const &t) |
| Convenience function for printing BaseTypes to ostreams. | |
Variables | |
| NAMESPACE_SIMDATA class load_check | check_basetype |
| Print a startup message to verify proper loading of SimData. | |
|
||||||||||||
|
Convenience function for printing BaseTypes to ostreams.
|
|
|
Print a startup message to verify proper loading of SimData. Only one copy of SimData should be active so that all object interface proxies will be stored in a single object registry. Unless you explicitly want distinct object registries, multiple "SimData XX loaded @ XX" messages are an indication of improper linking. This message may be disabled by defining SIMDATA_NOLOADCHECK when building SimData. This instance is created in BaseType, as opposed to some other object file, since BaseType must be loaded for all but the most basic SimData functionality. |
|
SimData version pre-0.4.0. For more information on SimData, visit the SimData Homepage. Generated on Tue Oct 14 12:06:39 2003, using Doxygen 1.2.18. |