MAK RTIspy API Documentation for HLA 1516
Classes | Namespaces | Defines | 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.

Defines

#define RTI_EXCEPTION(A)

Functions

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

Define 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 Thu Jun 14 14:15:04 EDT 2012 from SVN revision 116116
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)