Click here to Skip to main content
15,895,656 members
Articles / Desktop Programming / MFC

An update to AGM::LibReflection: A reflection library for C++

Rate me:
Please Sign up or sign in to vote.
4.32/5 (8 votes)
11 May 20054 min read 112K   830   31  
This article is an update to the original AGM::LibReflection library.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML>
<HEAD>
   <TITLE>#define CONSTRUCTOR</TITLE>
   <META NAME="GENERATOR" CONTENT="DOC++ 3.4.10">
</HEAD>
<BODY BGCOLOR="#ffffff">

<H2>#define <A HREF="#DOC.DOCU">CONSTRUCTOR</A></H2><H2>(ACCESS_ATTR,  CLASS_NAME,  METHOD_ARGS)</H2><BLOCKQUOTE>The CONSTRUCTOR macro is used to declare a reflected static method
 When overloading constructor, different CONSTRUCTORx MACRO should be used
 </BLOCKQUOTE>

<A NAME="DOC.DOCU"></A>
<HR>
<H2>Documentation</H2>
<BLOCKQUOTE>The CONSTRUCTOR macro is used to declare a reflected static method
When overloading constructor, different CONSTRUCTORx MACRO should be used
</BLOCKQUOTE>
<DL><DT><DT><B>Parameters:</B><DD><B>ACCESS_ATTR</B> -  access attribute (public, protected or private)
<BR><B>CLASS_NAME</B> -  name of the method
<BR><B>METHOD_ARGS</B> -  the method's arguments enclosed in parentheses
<BR><DD></DL><P><P><I><A HREF="index.html">Alphabetic index</A></I> <I><A HREF="HIER.html">HTML hierarchy of classes</A> or <A HREF="HIERjava.html">Java</A></I></P><HR>
<BR>
This page was generated with the help of <A HREF="http://docpp.sourceforge.net">DOC++</A>.
</BODY>
</HTML>

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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions