This is the documentation for Enlighten.
class Enlighten IPrecompSystemsDependencies
class Enlighten::IPrecompSystemsDependencies
Holds IPrecompSystemDependencies for multiple systems.
Functions
| Name | Description |
|---|---|
| Create() | Create a new empty IPrecompSystemsDependencies to fill with data. |
| GetNumSystemsDependencies() | Return the number of systems dependencies. |
| GetSystemDependencies(Geo::s32) | Returns the system dependencies for given index. |
| NonCopyable(NonCopyable &&) | Defaulted to allow move. |
| operator=(NonCopyable &&) | Defaulted to allow move. |
| Release() | Free this object that was created within the Enlighten libraries. |
static IPrecompSystemsDependencies* Enlighten::IPrecompSystemsDependencies::Create
public: IPrecompSystemsDependencies * Create()
Create a new empty IPrecompSystemsDependencies to fill with data.
virtual Geo::s32 Enlighten::IPrecompSystemsDependencies::GetNumSystemsDependencies
public: Geo::s32 GetNumSystemsDependencies() const
Return the number of systems dependencies.
virtual const IPrecompSystemDependencies* Enlighten::IPrecompSystemsDependencies::GetSystemDependencies
public: const IPrecompSystemDependencies * GetSystemDependencies
(
Geo::s32 idx
) const
Returns the system dependencies for given index.
Geo::NonCopyable::NonCopyable
public: NonCopyable
(
NonCopyable &&
)
Defaulted to allow move.
NonCopyable& Geo::NonCopyable::operator=
public: NonCopyable & operator=
(
NonCopyable &&
)
Defaulted to allow move.
virtual void Geo::IGeoReleasable::Release
public: void Release()
Free this object that was created within the Enlighten libraries.
Expect this to behave in a similar way to calling 'delete(this)'