Click here to Skip to main content
15,892,059 members
Articles / Programming Languages / C++

RCF - Interprocess Communication for C++

Rate me:
Please Sign up or sign in to vote.
4.94/5 (147 votes)
25 Oct 2011CPOL20 min read 4.6M   8.4K   331  
A server/client IPC framework, using the C++ preprocessor as an IDL compiler.
\section{RCF::I\_\-Rcf\-Client Class Reference}
\label{class_r_c_f_1_1_i___rcf_client}\index{RCF::I_RcfClient@{RCF::I\_\-RcfClient}}
{\tt \#include $<$Rcf\-Client.hpp$>$}



\subsection{Detailed Description}
Base class of all Rcf\-Client$<$$>$ templates. 

\subsection*{Public Member Functions}
\begin{CompactItemize}
\item 
virtual {\bf $\sim$I\_\-Rcf\-Client} ()\label{class_r_c_f_1_1_i___rcf_client_942adaed83340ba92d4f7071c1fab396}

\begin{CompactList}\small\item\em Virtual destructor. \item\end{CompactList}\item 
virtual {\bf Client\-Stub} \& {\bf get\-Client\-Stub} ()=0\label{class_r_c_f_1_1_i___rcf_client_96afdf945a4b4c8a138fd8105a738448}

\begin{CompactList}\small\item\em Returns a reference to the contained client stub, if one is available, i.e. if the Rcf\-Client$<$$>$ template is configured as a client stub. \item\end{CompactList}\item 
virtual Server\-Stub \& {\bf get\-Server\-Stub} ()=0\label{class_r_c_f_1_1_i___rcf_client_efe4a5650af97153adeda684b3adc909}

\begin{CompactList}\small\item\em Returns a reference to the contained server stub, if one is available, i.e. if the Rcf\-Client$<$$>$ template is configured as a server stub. \item\end{CompactList}\end{CompactItemize}


The documentation for this class was generated from the following file:\begin{CompactItemize}
\item 
Rcf\-Client.hpp\end{CompactItemize}

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Australia Australia
Software developer, from Sweden and now living in Canberra, Australia, working on distributed C++ applications. When he is not programming, Jarl enjoys skiing and playing table tennis. He derives immense satisfaction from referring to himself in third person.

Comments and Discussions