nutshell (C++ header)¶
An overly extended example of how to use breathe
-
class Nutshell¶
- #include <nutshell.hpp>
A class.
With a little bit of a elaboration, should you feel it necessary. An inline formula \( f(x) = \alpha + \beta \)
A display style formula:
\[ \int_a^b dt \, f(x) = C \]with some more comments…
Public Types
Public Functions
-
void crack(Tool tool)¶
Crack that shell with specified tool
- Parameters
tool – - the tool with which to crack the nut
-
bool isCracked()¶
- Returns
Whether or not the nut is cracked
Private Members
-
bool m_isCracked¶
Our cracked state.
-
void crack(Tool tool)¶