CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
OdMvdXml::OdMvdRequirement Class Reference

#include <MvdXmlCommon.h>

Public Types

enum  Requirement {
  kUnset = -1 , kMandatory = 0 , kRecommended , kNotRelevant ,
  kNotRecommended , kExcluded
}
 

Public Member Functions

 OdMvdRequirement ()
 
const Requirement get () const
 
const bool IsUnset () const
 
OdAnsiString toString ()
 
bool operator== (const OdMvdRequirement &other) const
 
bool operator== (const Requirement other) const
 
OdMvdRequirementoperator= (const OdMvdRequirement &other)
 
OdMvdRequirementoperator= (const OdAnsiString &other)
 
OdMvdRequirementoperator= (const char *other)
 

Detailed Description

Definition at line 230 of file MvdXmlCommon.h.

Member Enumeration Documentation

◆ Requirement

Enumerator
kUnset 
kMandatory 
kRecommended 
kNotRelevant 
kNotRecommended 
kExcluded 

Definition at line 233 of file MvdXmlCommon.h.

Constructor & Destructor Documentation

◆ OdMvdRequirement()

OdMvdXml::OdMvdRequirement::OdMvdRequirement ( )
inline

Definition at line 242 of file MvdXmlCommon.h.

Member Function Documentation

◆ get()

const Requirement OdMvdXml::OdMvdRequirement::get ( ) const
inline

Definition at line 245 of file MvdXmlCommon.h.

◆ IsUnset()

const bool OdMvdXml::OdMvdRequirement::IsUnset ( ) const
inline

Definition at line 249 of file MvdXmlCommon.h.

◆ operator=() [1/3]

OdMvdRequirement & OdMvdXml::OdMvdRequirement::operator= ( const char *  other)
inline

Definition at line 281 of file MvdXmlCommon.h.

◆ operator=() [2/3]

OdMvdRequirement & OdMvdXml::OdMvdRequirement::operator= ( const OdAnsiString &  other)
inline

Definition at line 277 of file MvdXmlCommon.h.

◆ operator=() [3/3]

OdMvdRequirement & OdMvdXml::OdMvdRequirement::operator= ( const OdMvdRequirement other)
inline

Definition at line 272 of file MvdXmlCommon.h.

◆ operator==() [1/2]

bool OdMvdXml::OdMvdRequirement::operator== ( const OdMvdRequirement other) const
inline

Definition at line 264 of file MvdXmlCommon.h.

◆ operator==() [2/2]

bool OdMvdXml::OdMvdRequirement::operator== ( const Requirement  other) const
inline

Definition at line 268 of file MvdXmlCommon.h.

◆ toString()

OdAnsiString OdMvdXml::OdMvdRequirement::toString ( )
inline

Definition at line 253 of file MvdXmlCommon.h.


The documentation for this class was generated from the following file: