Geek Articles

Categories

 

Subscribe

Daily Updates Subscribe geekarticles update via email Subscribe geekarticles update via RSS

 
GeekArticles XML Core XML

*OA Overload

Author: oreillynet.com | Published: 21st May 2008 | Visited: 99 times | Add Comment
Filed in: Core XML

I guess I am suffering from *OA overload. Trying to understand landscapes which are still developing and where religious and partisan statements happen frequently can be hard. Or maybe it's impossible. I am seeing too many *OAs these days. This...

Read Article
 

Sponsored Links

 


Related Articles

 Unable to overload shift operators QC#: 44320 Version: 10.0 Status: New defect, requires tester review Description: Try to overload shift operators: type TmyInteger = record <..> class operator ShiftLeft(A: TmyInteger; B: LongWord): TmyInteger; class operator Shift ...

 Does SELECT ... BULK COLLECT overload PGA? Hi Tom, I read from your other article that when using FETCH .. BULK collect, without using LIMIT, there is a chance of blowing off the PGA. What about using SELECT <column_list> BULK COLLECT INTO <variable_list>. There is no limit clause for t ...

 Function overload by return Choosing the right function based on the return ...

 Integer overload of IfThen can be improved and should also be inlined QC#: 41552 Version: 10.0 Status: Open defect, requires resolution Description: The integer overload of IfThen in math.pas is not as efficient as it can be. Below is a better implementation: function IfThen(AValue: Boolean; const ATrue: Integer; const ...

 Incorrect overload selection when 2nd parameter needs inline casting QC#: 15302 Version: 6.0 Status: Open defect, requires resolution Description: I bumped my head against this one using the overloaded IntToHex functions: function IntToHex(Value: Integer; Digits: Integer): string; overload; function IntToHex(Value: I ...

 Class Helpers: Code Completion hides available items when using overload QC#: 39442 Version: 10.0 Status: New defect, requires tester review Description: I can extend a class using class helpers. You can also use this to overload available functions. This works excellent, except for code completion. As soon as you do that ...

 Provide an overload for RoundRect that has a TRect parameter QC#: 26909 Version: 10.0 Status: Open defect, requires resolution Description: Consider providing an overload to the RoundRect method on theTCanvas class that accepts a TRect parameter. Possible declaration procedure RoundRect(const aRect: TRect; c ...

 Floats and Overload: Precision Lost QC#: 34962 Version: 10.0 Status: New defect, requires tester review Description: In some cases the compiler choose the wrong or unwanted (overloaded) procedure. This leads to a lost of precision. There should be at least a warning or an error: e.g. F ...

 Can't use operator overload in variant record QC#: 28086 Version: 10.0 Status: Open defect, requires resolution Description: This won't compile: type TFoo = record class operator Add(const A, B: TFoo): TFoo; case Boolean of False: (X, Y: Single); True: (V: array[0..1] of Single); ...

 Extend overload capability to inline functions QC#: 33415 Version: 10.0 Status: Open defect, requires resolution Description: Many small functions in the RTL/VCL have been converted into inline functions, which are very efficient when they are actually inlined at compile time. However, when these ...



Next: The Loss of a Friend



Post Comment

Name:


Email:
 (Optional. Used for Notification)

Title:

 
Comment:


Validation Code:
 <=>  (Enter this code in text box)





Latest Articles

 

Popular Articles

Sponsored Links