A Song and one of its Steps.
More...
#include <StepsUtil.h>
|
Song * | pSong { nullptr } |
| the Song we're using.
|
|
Steps * | pSteps { nullptr } |
| the Steps we're using.
|
|
A Song and one of its Steps.
◆ SongAndSteps()
SongAndSteps::SongAndSteps |
( |
Song * |
pSong_, |
|
|
Steps * |
pSteps_ |
|
) |
| |
|
inline |
Set up the specified Song and Step.
- Parameters
-
pSong_ | the new Song. |
pSteps_ | the new Step. |
◆ operator<()
auto SongAndSteps::operator< |
( |
const SongAndSteps & |
other | ) |
const -> bool
|
|
inline |
Compare two sets of Songs and Steps to see if they are not equal.
- Parameters
-
- Returns
- true if the two sets of Songs and Steps are not equal, false otherwise.
◆ operator==()
auto SongAndSteps::operator== |
( |
const SongAndSteps & |
other | ) |
const -> bool
|
|
inline |
Compare two sets of Songs and Steps to see if they are equal.
- Parameters
-
- Returns
- true if the two sets of Songs and Steps are equal, false otherwise.
The documentation for this class was generated from the following file:
- /home/runner/work/etterna/etterna/src/Etterna/Models/StepsAndStyles/StepsUtil.h