2022 Hyperion Rewrite
0.1.0
Java rewrite of the Titanium Titans (FRC Team #4467)'s 2022 robot, Hyperion
example.hpp
1
#pragma once
2
#include <string>
3
4
namespace
MyLibrary {
5
6
enum
Color { red, green, blue };
7
14
class
Example
{
15
public
:
100
std::string
test
(
const
std::string&
test
);
101
102
virtual
int
virtualfunc() = 0;
103
104
static
bool
staticfunc();
105
106
107
};
108
109
}
110
MyLibrary::Example
Example class to demonstrate the features of the custom CSS.
Definition:
example.hpp:14
MyLibrary::Example::test
std::string test(const std::string &test)
brief summary
docs
doxygen-awesome-css
include
MyLibrary
example.hpp
Generated by
1.9.1