μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | List of all members
test_exc_sp::C Struct Reference

Public Member Functions

int m1 (int x) noexcept
 
int m2 (int x) const noexcept
 
int m3 (int x) noexcept(true)
 
int m4 (int x) const noexcept(true)
 
int m5 (int x) noexcept(false)
 
int m6 (int x) const noexcept(false)
 
int m7 (int x) throw ()
 
int m8 (int x) const throw ()
 
int m1 (int x) noexcept
 
int m2 (int x) const noexcept
 
int m3 (int x) noexcept(true)
 
int m4 (int x) const noexcept(true)
 
int m5 (int x) noexcept(false)
 
int m6 (int x) const noexcept(false)
 
PYBIND11_WARNING_PUSH int m7 (int x) throw ()
 
int m8 (int x) const throw ()
 

Detailed Description

Definition at line 64 of file test_constants_and_functions.cpp.

Member Function Documentation

◆ m1() [1/2]

int test_exc_sp::C::m1 ( int  x)
inlinenoexcept

Definition at line 65 of file test_constants_and_functions.cpp.

◆ m1() [2/2]

int test_exc_sp::C::m1 ( int  x)
inlinenoexcept

Definition at line 62 of file test_constants_and_functions.cpp.

◆ m2() [1/2]

int test_exc_sp::C::m2 ( int  x) const
inlinenoexcept

Definition at line 66 of file test_constants_and_functions.cpp.

◆ m2() [2/2]

int test_exc_sp::C::m2 ( int  x) const
inlinenoexcept

Definition at line 63 of file test_constants_and_functions.cpp.

◆ m3() [1/2]

int test_exc_sp::C::m3 ( int  x)
inlinenoexcept

Definition at line 67 of file test_constants_and_functions.cpp.

◆ m3() [2/2]

int test_exc_sp::C::m3 ( int  x)
inlinenoexcept

Definition at line 64 of file test_constants_and_functions.cpp.

◆ m4() [1/2]

int test_exc_sp::C::m4 ( int  x) const
inlinenoexcept

Definition at line 68 of file test_constants_and_functions.cpp.

◆ m4() [2/2]

int test_exc_sp::C::m4 ( int  x) const
inlinenoexcept

Definition at line 65 of file test_constants_and_functions.cpp.

◆ m5() [1/2]

int test_exc_sp::C::m5 ( int  x)
inlinenoexcept

Definition at line 69 of file test_constants_and_functions.cpp.

◆ m5() [2/2]

int test_exc_sp::C::m5 ( int  x)
inlinenoexcept

Definition at line 66 of file test_constants_and_functions.cpp.

◆ m6() [1/2]

int test_exc_sp::C::m6 ( int  x) const
inlinenoexcept

Definition at line 70 of file test_constants_and_functions.cpp.

◆ m6() [2/2]

int test_exc_sp::C::m6 ( int  x) const
inlinenoexcept

Definition at line 67 of file test_constants_and_functions.cpp.

◆ m7() [1/2]

int test_exc_sp::C::m7 ( int  x)
throw (
)
inline

Definition at line 76 of file test_constants_and_functions.cpp.

◆ m7() [2/2]

PYBIND11_WARNING_PUSH int test_exc_sp::C::m7 ( int  x)
throw (
)
inline

Definition at line 72 of file test_constants_and_functions.cpp.

◆ m8() [1/2]

int test_exc_sp::C::m8 ( int  x) const
throw (
)
inline

Definition at line 78 of file test_constants_and_functions.cpp.

◆ m8() [2/2]

int test_exc_sp::C::m8 ( int  x) const
throw (
)
inline

Definition at line 74 of file test_constants_and_functions.cpp.


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