Back to FabImage Library website

You are here: Start » Function Reference » Serialization » LoadObject

LoadObject


Header: STD.h
Namespace: fis
Module: FoundationLite

Loads an FIL object from a file.

Syntax

void fis::LoadObject
(
	const ftl::String& inFile,
	fil::StreamMode::Type inStreamMode,
	const ftl::String& inTypeName,
	T& outObject
)

Parameters

Name Type Default Description
Input value inFile const String& Source file path.
Input value inStreamMode StreamMode::Type
Input value inTypeName const String& Type of object to load.
Output value outObject T& Object to save.

See Also