This is the documentation for Enlighten.
Holds IPrecompSystemDependencies for multiple systems.
| 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. |
public: IPrecompSystemsDependencies * Create()
Create a new empty IPrecompSystemsDependencies to fill with data.
public: Geo::s32 GetNumSystemsDependencies() const
Return the number of systems dependencies.
public: const IPrecompSystemDependencies * GetSystemDependencies
(
Geo::s32 idx
) const
Returns the system dependencies for given index.
public: NonCopyable
(
NonCopyable &&
)
Defaulted to allow move.
public: NonCopyable & operator=
(
NonCopyable &&
)
Defaulted to allow move.
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)'