MAK RTIspy API Documentation for HLA Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Macros | Functions
Exception.h File Reference

Go to the source code of this file.

Classes

class  rti1516e::Exception
 

Namespaces

 rti1516e
 The namespace defined by the HLA Evolved Interface Specification which holds the C++ API.
 

Macros

#define RTI_EXCEPTION(A)
 

Functions

std::wostream RTI_EXPORTrti1516e::operator<< (std::wostream &, Exception const &)
 

Macro Definition Documentation

#define RTI_EXCEPTION (   A)
Value:
class RTI_EXPORT A : public Exception \
{ \
public: \
A ( \
std::wstring const & message) \
throw(); \
\
std::wstring \
what () const \
throw(); \
\
private: \
std::wstring _msg; \
};
#define RTI_EXPORT
Definition: SpecificConfig.h:63

Document ID: Generated on Wed Jul 8 16:20:32 EDT 2026 from SVN revision 291616
Copyright © 2005-2025 MAK Technologies Inc. All Rights Reserved (www.mak.com)