TestB.hpp
Go to the documentation of this file.
1 #ifndef TEST_EIQUADPROG_CLASS_B_
2 #define TEST_EIQUADPROG_CLASS_B_
3 
4 #include "TestA.hpp"
5 
6 namespace eiquadprog {
7 namespace tests {
8 
9 class B {
10  protected:
11  Eigen::VectorXd solution_;
12 
13  public:
14  A A_;
15 
16  B();
17  bool do_something();
18 };
19 } // namespace tests
20 } // namespace eiquadprog
21 #endif /* TEST_EIQUADPROG_CLASS_B_ */
TestA.hpp
eiquadprog
Definition: eiquadprog-fast.hpp:63
eiquadprog::tests::B
Definition: TestB.hpp:9
eiquadprog::tests::B::solution_
Eigen::VectorXd solution_
Definition: TestB.hpp:11
eiquadprog::tests::B::B
B()
Definition: TestB.cpp:10
eiquadprog::tests::A
Definition: TestA.hpp:10
eiquadprog::tests::B::A_
A A_
Definition: TestB.hpp:14
eiquadprog::tests::B::do_something
bool do_something()
Definition: TestB.cpp:12


eiquadprog
Author(s): Gabriele Buondonno, Andrea Del Prete, Luca Di Gaspero, Angelo Furfaro, Benjamin Stephens, Gael Guennebaud
autogenerated on Wed May 28 2025 02:55:57