Carbon


FVector

Header: NumberFormatting.h

struct FVector {
    SInt16 start; 
    SInt16 length;
};
typedef FVector TripleInt;

Field descriptions

start

The starting byte position in the string of the specification information.

length

The number of bytes used in the string for the specification information.

FVector is used in the TripleInt array.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)