Displaying 2 results from an estimated 2 matches for "yx1x886y".
2013 Jan 30
3
[LLVMdev] RFC: Replacing publicly accessible class IDs with getters
...eplacing public access of the
ID with a getter:
class AliasAnalysis {
private:
static char ID; // Class identification, replacement for typeinfo
public:
static const void *getClassPassID();
};
Thoughts?
Matthew Curtis
[1] http://msdn.microsoft.com/en-us/library/yx1x886y.aspx
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130130/20e16ebd/attachment.html>
2013 Feb 05
0
[LLVMdev] RFC: Replacing publicly accessible class IDs with getters
.../ Class identification, replacement for typeinfo
>
> public:
> static const void *getClassPassID();
> };
That said, this looks pretty reasonable to me.
Ciao, Duncan.
>
>
> Thoughts?
>
> Matthew Curtis
>
> [1] http://msdn.microsoft.com/en-us/library/yx1x886y.aspx
>
>
>
> --
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
>
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> h...