Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

BaseType.cpp File Reference

#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.


Function Documentation

std::ostream& operator<< std::ostream &    o,
BaseType const &    t
 

Convenience function for printing BaseTypes to ostreams.


Variable Documentation

NAMESPACE_SIMDATA class load_check check_basetype
 

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.

[SF.net]