#include "Common/Compat.h"#include "Common/Init.h"#include "AsyncComm/Config.h"#include <iostream>
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) |
| #define TRY | ( | exp, | |
| t | |||
| ) | try { cout << exp; goto bail; } catch (Exception &e) { if (t) throw e; } |
Definition at line 58 of file get_property.cc.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 61 of file get_property.cc.
1.8.8