Displaying 2 results from an estimated 2 matches for "getrawpointer".
2013 Feb 09
3
[LLVMdev] Using the New Attributes Classes
...uteSet::get" methods. You can add and remove
attributes, which result in the creation of a new AttributeSet.
An AttributeSet object is designed to be passed around by value.
Note: It is advised that you do *not* use the AttributeSet "Introspection"
methods (e.g. 'Raw', 'getRawPointer', etc.). These methods break encapsulation,
and may be removed in a future release (i.e. 4.0).
Lastly, we have a 'builder' class to help create the AttributeSet object without
having to create several different intermediate uniqued AttributeSet
objects. The AttrBuilder class allows you...
2013 Feb 09
0
[LLVMdev] Using the New Attributes Classes
...n add and
> remove
> attributes, which result in the creation of a new AttributeSet.
>
> An AttributeSet object is designed to be passed around by value.
>
> Note: It is advised that you do *not* use the AttributeSet "Introspection"
> methods (e.g. 'Raw', 'getRawPointer', etc.). These methods break
> encapsulation,
> and may be removed in a future release (i.e. 4.0).
>
> Lastly, we have a 'builder' class to help create the AttributeSet object
> without
> having to create several different intermediate uniqued AttributeSet
> objects...