0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Macros | Functions
get_property.cc File Reference
#include "Common/Compat.h"
#include "Common/Init.h"
#include "AsyncComm/Config.h"
#include <iostream>
Include dependency graph for get_property.cc:

Go to the source code of this file.

Macros

#define TRY(exp, t)   try { cout << exp; goto bail; } catch (Exception &e) { if (t) throw e; }
 

Functions

int main (int argc, char **argv)
 

Macro Definition Documentation

#define TRY (   exp,
 
)    try { cout << exp; goto bail; } catch (Exception &e) { if (t) throw e; }

Definition at line 58 of file get_property.cc.

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 61 of file get_property.cc.