Xmipp  v3.23.11-Nereus
Public Member Functions | List of all members
alglib::hqrndstate Class Reference

#include <alglibmisc.h>

Inheritance diagram for alglib::hqrndstate:
Inheritance graph
[legend]
Collaboration diagram for alglib::hqrndstate:
Collaboration graph
[legend]

Public Member Functions

 hqrndstate ()
 
 hqrndstate (const hqrndstate &rhs)
 
hqrndstateoperator= (const hqrndstate &rhs)
 
virtual ~hqrndstate ()
 
- Public Member Functions inherited from alglib::_hqrndstate_owner
 _hqrndstate_owner ()
 
 _hqrndstate_owner (const _hqrndstate_owner &rhs)
 
_hqrndstate_owneroperator= (const _hqrndstate_owner &rhs)
 
virtual ~_hqrndstate_owner ()
 
alglib_impl::hqrndstatec_ptr ()
 
alglib_impl::hqrndstatec_ptr () const
 

Additional Inherited Members

- Protected Attributes inherited from alglib::_hqrndstate_owner
alglib_impl::hqrndstatep_struct
 

Detailed Description

Definition at line 96 of file alglibmisc.h.

Constructor & Destructor Documentation

◆ hqrndstate() [1/2]

alglib::hqrndstate::hqrndstate ( )

Definition at line 93 of file alglibmisc.cpp.

94 {
95 }

◆ hqrndstate() [2/2]

alglib::hqrndstate::hqrndstate ( const hqrndstate rhs)

Definition at line 97 of file alglibmisc.cpp.

97  :_hqrndstate_owner(rhs)
98 {
99 }

◆ ~hqrndstate()

alglib::hqrndstate::~hqrndstate ( )
virtual

Definition at line 109 of file alglibmisc.cpp.

110 {
111 }

Member Function Documentation

◆ operator=()

hqrndstate & alglib::hqrndstate::operator= ( const hqrndstate rhs)

Definition at line 101 of file alglibmisc.cpp.

102 {
103  if( this==&rhs )
104  return *this;
106  return *this;
107 }
_hqrndstate_owner & operator=(const _hqrndstate_owner &rhs)
Definition: alglibmisc.cpp:68

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