Struct SourceFlags

Struct Documentation

struct SourceFlags

SourceFlags is a combination of SourceTypes.

Public Functions

inline SourceFlags()
inline SourceFlags(SourceType type)
inline SourceFlags &operator|=(SourceType type)
inline SourceFlags &operator|=(const SourceFlags &src)
inline bool Empty() const
inline void Unset(SourceType type)
inline bool operator&(const SourceType &type) const