mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 10:49:11 +02:00
* a touch more inlining
git-svn-id: trunk@36939 -
This commit is contained in:
parent
324e63b5d3
commit
1fe6404760
@ -72,14 +72,14 @@ type
|
||||
public
|
||||
class function Empty: TValue; static;
|
||||
class procedure Make(ABuffer: pointer; ATypeInfo: PTypeInfo; out result: TValue); static;
|
||||
function IsArray: boolean;
|
||||
function IsArray: boolean; inline;
|
||||
function AsString: string;
|
||||
function AsExtended: Extended;
|
||||
function IsClass: boolean;
|
||||
function IsClass: boolean; inline;
|
||||
function AsClass: TClass;
|
||||
function IsObject: boolean;
|
||||
function IsObject: boolean; inline;
|
||||
function AsObject: TObject;
|
||||
function IsOrdinal: boolean;
|
||||
function IsOrdinal: boolean; inline;
|
||||
function AsOrdinal: Int64;
|
||||
function AsBoolean: boolean;
|
||||
function AsCurrency: Currency;
|
||||
|
Loading…
Reference in New Issue
Block a user