commore
1.0.6-SNAPSHOT
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
commore
Todo List
Deprecated List
Namespaces
Classes
Files
File List
File Members
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Call_C.h
Go to the documentation of this file.
1
//
2
// Copyright (c) 2009 CANTOR
3
//
4
5
#ifndef CMR_CALL_C_DEFINED
6
#define CMR_CALL_C_DEFINED
7
8
#include "
Service.h
"
9
#include "
Tuple.h
"
10
11
namespace
commore
12
{
13
14
class
CMREXD
Call_C
15
{
16
public
:
17
Tuple
arg_in
;
18
Tuple
arg_out
;
19
PInterface
pInterface
;
20
21
public
:
22
Call_C
(
const
PInterface
& pInterface,
const
AChar
* class_name);
23
~
Call_C
();
24
int
call();
25
};
26
}
27
28
#endif
commore::Tuple
Definition:
Tuple.h:29
commore::Call_C::pInterface
PInterface pInterface
Definition:
Call_C.h:19
commore::AChar
char AChar
Definition:
Type.h:65
commore::Call_C
Definition:
Call_C.h:14
CMREXD
#define CMREXD
Definition:
Compiler.h:22
Service.h
commore::Call_C::arg_out
Tuple arg_out
Definition:
Call_C.h:18
commore::Call_C::arg_in
Tuple arg_in
Definition:
Call_C.h:17
commore::AutoRef< Interface >
Tuple.h
commore
Call_C.h
Generated on Thu Dec 1 2016 16:59:16 for commore by
1.8.7