WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
Loading...
Searching...
No Matches
core::DBDBuild Struct Reference

#include <DBDFile.h>

Public Member Functions

bool operator< (const DBDBuild &o) const
 
bool operator<= (const DBDBuild &o) const
 
bool operator== (const DBDBuild &o) const
 
bool operator>= (const DBDBuild &o) const
 

Static Public Member Functions

static DBDBuild fromString (const std::string &s)
 

Public Attributes

int major = 0
 
int minor = 0
 
int patch = 0
 
int build = 0
 

Detailed Description

Definition at line 11 of file DBDFile.h.

Member Function Documentation

◆ fromString()

core::DBDBuild core::DBDBuild::fromString ( const std::string &  s)
static

Definition at line 12 of file DBDFile.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator<()

bool core::DBDBuild::operator< ( const DBDBuild o) const

Definition at line 23 of file DBDFile.cpp.

◆ operator<=()

bool core::DBDBuild::operator<= ( const DBDBuild o) const

Definition at line 31 of file DBDFile.cpp.

◆ operator==()

bool core::DBDBuild::operator== ( const DBDBuild o) const

Definition at line 32 of file DBDFile.cpp.

◆ operator>=()

bool core::DBDBuild::operator>= ( const DBDBuild o) const

Definition at line 36 of file DBDFile.cpp.

Member Data Documentation

◆ build

int core::DBDBuild::build = 0

Definition at line 16 of file DBDFile.h.

◆ major

int core::DBDBuild::major = 0

Definition at line 13 of file DBDFile.h.

◆ minor

int core::DBDBuild::minor = 0

Definition at line 14 of file DBDFile.h.

◆ patch

int core::DBDBuild::patch = 0

Definition at line 15 of file DBDFile.h.


The documentation for this struct was generated from the following files: