Skip to content

Class uipc::core::Scene::Objects

ClassList > uipc > core > Scene > Objects

Public Functions

Type Name
S< Object > create (std::string_view name="")
SizeT created_count () noexcept const
void destroy (IndexT id)
S< Object > find (IndexT id) noexcept
vector< S< Object > > find (std::string_view name) noexcept
SizeT size () noexcept const

Public Functions Documentation

function create

S< Object > uipc::core::Scene::Objects::create (
    std::string_view name=""
) 

function created_count

SizeT uipc::core::Scene::Objects::created_count () noexcept const

function destroy

void uipc::core::Scene::Objects::destroy (
    IndexT id
) 

function find [1/2]

S< Object > uipc::core::Scene::Objects::find (
    IndexT id
) noexcept

function find [2/2]

vector< S< Object > > uipc::core::Scene::Objects::find (
    std::string_view name
) noexcept

function size

SizeT uipc::core::Scene::Objects::size () noexcept const


The documentation for this class was generated from the following file include/uipc/core/scene.h