Struct SourceFlags
Defined in File source_flags.h
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
-
inline SourceFlags()