LibreOffice Module idl (master) 1
Public Member Functions | Private Attributes | List of all members
SvBOOL Class Reference

#include <bastype.hxx>

Public Member Functions

 SvBOOL ()
 
 SvBOOL (bool b)
 
SvBOOLoperator= (bool n)
 
 operator bool () const
 
bool IsSet () const
 
bool ReadSvIdl (SvStringHashEntry const *pName, SvTokenStream &rInStm)
 

Private Attributes

bool bVal:1
 
bool bSet:1
 

Detailed Description

Definition at line 32 of file bastype.hxx.

Constructor & Destructor Documentation

◆ SvBOOL() [1/2]

SvBOOL::SvBOOL ( )
inline

Definition at line 37 of file bastype.hxx.

References bSet, and bVal.

◆ SvBOOL() [2/2]

SvBOOL::SvBOOL ( bool  b)
inline

Definition at line 38 of file bastype.hxx.

Member Function Documentation

◆ IsSet()

bool SvBOOL::IsSet ( ) const
inline

◆ operator bool()

SvBOOL::operator bool ( ) const
inline

Definition at line 41 of file bastype.hxx.

References bVal.

◆ operator=()

SvBOOL & SvBOOL::operator= ( bool  n)
inline

Definition at line 39 of file bastype.hxx.

References bSet, bVal, and n.

◆ ReadSvIdl()

bool SvBOOL::ReadSvIdl ( SvStringHashEntry const *  pName,
SvTokenStream rInStm 
)

Member Data Documentation

◆ bSet

bool SvBOOL::bSet
private

Definition at line 35 of file bastype.hxx.

Referenced by IsSet(), operator=(), and SvBOOL().

◆ bVal

bool SvBOOL::bVal
private

Definition at line 34 of file bastype.hxx.

Referenced by operator bool(), operator=(), and SvBOOL().


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