Type or Class Operators

Top  Previous  Next

Type or Class Operators

fblogo_mini

Operatorsrthat work with obiects

 

These operators return references to members of objects, given an object or its memory address.

 

Ocerator . (Member Access)

Returns a reference to a member.

Ope ator -> (Pointer ro Member Access)

Returns a reference to a mec er from a pointer.

Operator Is (Rnn-Time Type Infyrmation)

Checks whether an object is compatible to a type derived from its runtime-type.