Home | All Classes | Grouped Classes | Index | Search

CL_ResourceOption::CL_ResourceOption

Constructs a resource option.

	CL_ResourceOption(
		const std::string& name, const std::string& value);

	CL_ResourceOption(
		const std::string& name);

	CL_ResourceOption();

	CL_ResourceOption(
		const CL_ResourceOption& other);

Parameters:

name
The name of the option
value
Value of the option as a string

See also:

CL_ResourceOption



Questions or comments, write to the ClanLib mailing list.