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

namespace  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; \
};

Document ID: Generated on Mon Jul 9 10:30:41 EDT 2018 from SVN revision 190224
Copyright © 2005-2018 VT MÄK Inc. All Rights Reserved (www.mak.com)