Namespaces | Defines | Functions | Variables
CatchConfig.hpp File Reference
#include <stdlib.h>
Include dependency graph for CatchConfig.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  RTT
 

Contains TaskContext, Activity, OperationCaller, Operation, Property, InputPort, OutputPort, Attribute.


namespace  RTT::internal

Defines

#define CATCH(T, C)   catch(T){C}
#define CATCH_ALL(C)   catch(...){C}
#define TRY(C)   if(::RTT::internal::catch_exception()){C} else try{C}
 Contains static global configuration variables and cached entries.

Functions

bool RTT::internal::catch_exception ()

Variables

int RTT::internal::m_catch_exception = -1

Detailed Description

Definition in file CatchConfig.hpp.


Define Documentation

#define CATCH (   T,
  C 
)    catch(T){C}

Definition at line 57 of file CatchConfig.hpp.

#define CATCH_ALL (   C)    catch(...){C}

Definition at line 58 of file CatchConfig.hpp.

#define TRY (   C)    if(::RTT::internal::catch_exception()){C} else try{C}

Contains static global configuration variables and cached entries.

The Real-Time Toolkit is documented in The Orocos Real-Time Toolkit Online Manual

Definition at line 56 of file CatchConfig.hpp.



rtt
Author(s): RTT Developers
autogenerated on Wed Aug 26 2015 16:16:21