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_ */
Eigen::VectorXd solution_
Definition: TestB.hpp:11
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 Tue Jun 20 2023 02:45:29