Scarab  v2.11.1
Project 8 C++ Utility Library
Public Member Functions | List of all members
IncType Class Reference

Like UserType, but increments value on copy for quick reference vs. copy tests. More...

#include <pybind11_tests.h>

Inheritance diagram for IncType:
Inheritance graph

Public Member Functions

 IncType ()=default
 
 IncType (const IncType &other)
 
 IncType (IncType &&)=delete
 
IncTypeoperator= (const IncType &)=delete
 
IncTypeoperator= (IncType &&)=delete
 

Detailed Description

Like UserType, but increments value on copy for quick reference vs. copy tests.

Definition at line 43 of file pybind11_tests.h.

Constructor & Destructor Documentation

◆ IncType() [1/3]

IncType ( )
default

◆ IncType() [2/3]

IncType ( const IncType other)
inline

Definition at line 47 of file pybind11_tests.h.

◆ IncType() [3/3]

IncType ( IncType &&  )
delete

Member Function Documentation

◆ operator=() [1/2]

IncType& operator= ( const IncType )
delete

◆ operator=() [2/2]

IncType& operator= ( IncType &&  )
delete

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