Version management class.
More...
Version management class.
- Author
- Sylvain DOREMUS
- Version
- 0.6.1.0
- Date
- 14/01/2011
◆ Version() [1/3]
C3D_API Castor3D::Version::Version |
( |
int |
p_iMajor = CASTOR_VERSION_MAJOR , |
|
|
int |
p_iMinor = CASTOR_VERSION_MINOR , |
|
|
int |
p_iBuild = CASTOR_VERSION_BUILD |
|
) |
| |
Constructor.
- Parameters
-
[in] | p_iMajor | The major version number |
[in] | p_iMinor | The minor version number |
[in] | p_iBuild | The build version number |
◆ Version() [2/3]
C3D_API Castor3D::Version::Version |
( |
Version const & |
p_version | ) |
|
Copy constructor.
- Parameters
-
◆ Version() [3/3]
C3D_API Castor3D::Version::Version |
( |
Version && |
p_version | ) |
|
Move constructor.
- Parameters
-
◆ ~Version()
C3D_API Castor3D::Version::~Version |
( |
| ) |
|
◆ operator=() [1/2]
C3D_API Version& Castor3D::Version::operator= |
( |
Version const & |
p_version | ) |
|
Copy assignment operator.
- Parameters
-
- Returns
- A reference to this object
◆ operator=() [2/2]
Move assignment operator.
- Parameters
-
- Returns
- A reference to this object
◆ m_iBuild
int Castor3D::Version::m_iBuild |
~english The build version number
◆ m_iMajor
int Castor3D::Version::m_iMajor |
~english The major version number
◆ m_iMinor
int Castor3D::Version::m_iMinor |
~english The minor version number
The documentation for this class was generated from the following file:
- Z:/Projets/C++/Castor3D/source/Core/Castor3D/Src/Version.hpp