MAK RTIspy API Documentation for HLA 4
 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  rti1516_2025::Exception
 

Namespaces

 rti1516_2025
 The namespace defined by the HLA 4 Interface Specification which holds the C++ API.
 

Macros

#define RTI_EXCEPTION(A)
 

Functions

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

Macro Definition Documentation

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

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)