Back to Adaptive Vision Library website

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

LoadObject


Header: STD.h
Namespace: avs
Module: FoundationLite

Loads an AVL object from a file.

Syntax

void avs::LoadObject
(
	const atl::String& inFile,
	avl::StreamMode::Type inStreamMode,
	const atl::String& inTypeName,
	T& outObject
)

Parameters

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