LibreOffice Module basctl (master) 1
Public Member Functions | Private Attributes | List of all members
basctl::Entry Class Reference

#include <bastype2.hxx>

Inheritance diagram for basctl::Entry:
[legend]

Public Member Functions

 Entry (EntryType eType)
 
virtual ~Entry ()
 
 Entry (Entry const &)=default
 
 Entry (Entry &&)=default
 
Entryoperator= (Entry const &)=default
 
Entryoperator= (Entry &&)=default
 
EntryType GetType () const
 

Private Attributes

EntryType m_eType
 

Detailed Description

Definition at line 64 of file bastype2.hxx.

Constructor & Destructor Documentation

◆ Entry() [1/3]

basctl::Entry::Entry ( EntryType  eType)
inlineexplicit

Definition at line 70 of file bastype2.hxx.

References eType.

◆ ~Entry()

basctl::Entry::~Entry ( )
virtual

Definition at line 87 of file bastype2.cxx.

◆ Entry() [2/3]

basctl::Entry::Entry ( Entry const &  )
default

◆ Entry() [3/3]

basctl::Entry::Entry ( Entry &&  )
default

Member Function Documentation

◆ GetType()

EntryType basctl::Entry::GetType ( ) const
inline

◆ operator=() [1/2]

Entry & basctl::Entry::operator= ( Entry &&  )
default

◆ operator=() [2/2]

Entry & basctl::Entry::operator= ( Entry const &  )
default

Member Data Documentation

◆ m_eType

EntryType basctl::Entry::m_eType
private

Definition at line 67 of file bastype2.hxx.

Referenced by GetType().


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