#include <pybind_wrapper_test.h>
Definition at line 17 of file pybind_wrapper_test.h.
 
◆ Point2()
  
  | 
        
          | anzu::sub::Point2::Point2 | ( | double | x, |  
          |  |  | double | y = 10.0 |  
          |  | ) |  |  |  | inlineexplicit | 
 
 
◆ func_with_default_args()
  
  | 
        
          | double anzu::sub::Point2::func_with_default_args | ( | double | a, |  
          |  |  | double | b = 20.0 |  
          |  | ) |  | const |  | inline | 
 
 
◆ print()
  
  | 
        
          | void anzu::sub::Point2::print | ( | const std::string & | s | ) | const |  | inline | 
 
 
◆ sum()
  
  | 
        
          | double anzu::sub::Point2::sum | ( |  | ) | const |  | overridevirtual | 
 
 
◆ x()
  
  | 
        
          | double anzu::sub::Point2::x | ( |  | ) | const |  | inline | 
 
 
◆ y()
  
  | 
        
          | double anzu::sub::Point2::y | ( |  | ) | const |  | inline | 
 
 
◆ x_
  
  | 
        
          | double anzu::sub::Point2::x_ |  | private | 
 
 
◆ y_
  
  | 
        
          | double anzu::sub::Point2::y_ |  | private | 
 
 
The documentation for this class was generated from the following files: