LeechCraft 0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
LC::Util::BitFlags< T > Class Template Reference

#include "bitflags.h"

Public Member Functions

 BitFlags ()=default
 
false BitFlags (T t)
 
 operator bool () const
 
BitFlagsoperator&= (BitFlags other)
 
BitFlagsoperator|= (BitFlags other)
 

Friends

BitFlags operator& (BitFlags left, BitFlags right)
 
BitFlags operator| (BitFlags left, BitFlags right)
 

Detailed Description

template<typename T>
class LC::Util::BitFlags< T >

Definition at line 16 of file bitflags.h.

Constructor & Destructor Documentation

◆ BitFlags() [1/2]

template<typename T >
LC::Util::BitFlags< T >::BitFlags ( )
default

◆ BitFlags() [2/2]

template<typename T >
false LC::Util::BitFlags< T >::BitFlags ( T t)
inlineexplicit

Definition at line 25 of file bitflags.h.

References LC::Util::Filter().

+ Here is the call graph for this function:

Member Function Documentation

◆ operator bool()

template<typename T >
LC::Util::BitFlags< T >::operator bool ( ) const
inlineexplicit

Definition at line 30 of file bitflags.h.

◆ operator&=()

template<typename T >
BitFlags & LC::Util::BitFlags< T >::operator&= ( BitFlags< T > other)
inline

Definition at line 35 of file bitflags.h.

References LC::Util::Filter().

+ Here is the call graph for this function:

◆ operator|=()

template<typename T >
BitFlags & LC::Util::BitFlags< T >::operator|= ( BitFlags< T > other)
inline

Definition at line 41 of file bitflags.h.

References LC::Util::Filter().

+ Here is the call graph for this function:

Friends And Related Symbol Documentation

◆ operator&

template<typename T >
BitFlags operator& ( BitFlags< T > left,
BitFlags< T > right )
friend

Definition at line 47 of file bitflags.h.

◆ operator|

template<typename T >
BitFlags operator| ( BitFlags< T > left,
BitFlags< T > right )
friend

Definition at line 53 of file bitflags.h.


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