Next: , Previous: , Up: Temporaries Registration Functions   [Index]


14.1.1.5 x1f4_cast_text

extern int x1f4_cast_text
    (struct x1f4_frame_type *frame, struct x1f4_track_type *track,
     const void *input, void *output);

The x1f4_cast_text function creates a temporary object container encapsulating a copy of the string that has its address stored at input and stores its address at output. The frame temporaries allocator is used for the memory allocation and the track error reporter for reporting failures.

See Type Oblivious Interfaces.

See The Object Type.

See Temporaries.

See struct x1f4_frame_type.

See struct x1f4_track_type.

The function returns 0 for success, non zero for failure.