Skip to content

Commit

Permalink
deploy: bda6a27
Browse files Browse the repository at this point in the history
  • Loading branch information
cieslarmichal committed Dec 6, 2023
1 parent 5287cf1 commit 50819da
Show file tree
Hide file tree
Showing 41 changed files with 900 additions and 164 deletions.
61 changes: 31 additions & 30 deletions String_8h_source.html

Large diffs are not rendered by default.

155 changes: 155 additions & 0 deletions Vehicle_8h_source.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,155 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Faker C++</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
<link href="doxygen-awesome-sidebar-only.css" rel="stylesheet" type="text/css"/>
<link href="main.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><a href="https://cieslarmichal.github.io/faker-cxx"><img height=50 alt="Logo" src="logo.png"/></a></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Faker C++
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function() { init_codefold(0); });
/* @license-end */
</script>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(document).ready(function(){initNavTree('Vehicle_8h_source.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>

<div class="header">
<div class="headertitle"><div class="title">Vehicle.h</div></div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#pragma once</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span> </div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="preprocessor">#include &lt;string&gt;</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span> </div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="keyword">namespace </span>faker</div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span>{</div>
<div class="foldopen" id="foldopen00007" data-start="{" data-end="};">
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"><a class="line" href="classfaker_1_1Vehicle.html"> 7</a></span><span class="keyword">class </span><a class="code hl_class" href="classfaker_1_1Vehicle.html">Vehicle</a></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span>{</div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"><a class="line" href="classfaker_1_1Vehicle.html#a1cc1a37eefa4f2e38e07134956abc61a"> 19</a></span> <span class="keyword">static</span> std::string <a class="code hl_function" href="classfaker_1_1Vehicle.html#a1cc1a37eefa4f2e38e07134956abc61a">bicycle</a>();</div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span> </div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"><a class="line" href="classfaker_1_1Vehicle.html#a56e785dc7e34dbb5961db76a86f4a25a"> 30</a></span> <span class="keyword">static</span> std::string <a class="code hl_function" href="classfaker_1_1Vehicle.html#a56e785dc7e34dbb5961db76a86f4a25a">color</a>();</div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span> </div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"><a class="line" href="classfaker_1_1Vehicle.html#a68c39250de735aaa42273f96a5505045"> 41</a></span> <span class="keyword">static</span> std::string <a class="code hl_function" href="classfaker_1_1Vehicle.html#a68c39250de735aaa42273f96a5505045">fuel</a>();</div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> </div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"><a class="line" href="classfaker_1_1Vehicle.html#a67f14a13e038eee6ce3e57968a518bd7"> 52</a></span> <span class="keyword">static</span> std::string <a class="code hl_function" href="classfaker_1_1Vehicle.html#a67f14a13e038eee6ce3e57968a518bd7">manufacturer</a>();</div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> </div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"><a class="line" href="classfaker_1_1Vehicle.html#a52245a2a72bd5fa121dd720fa0cddbea"> 63</a></span> <span class="keyword">static</span> std::string <a class="code hl_function" href="classfaker_1_1Vehicle.html#a52245a2a72bd5fa121dd720fa0cddbea">model</a>();</div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> </div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"><a class="line" href="classfaker_1_1Vehicle.html#a81f5a11a11b157994dd7e559889db10a"> 74</a></span> <span class="keyword">static</span> std::string <a class="code hl_function" href="classfaker_1_1Vehicle.html#a81f5a11a11b157994dd7e559889db10a">type</a>();</div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> </div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"><a class="line" href="classfaker_1_1Vehicle.html#a514e1afbdf0fb3373a49bbbfa53e83d6"> 85</a></span> <span class="keyword">static</span> std::string <a class="code hl_function" href="classfaker_1_1Vehicle.html#a514e1afbdf0fb3373a49bbbfa53e83d6">vehicle</a>();</div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> </div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"><a class="line" href="classfaker_1_1Vehicle.html#ac121f6b20ec32b01c3f70659333d115b"> 96</a></span> <span class="keyword">static</span> std::string <a class="code hl_function" href="classfaker_1_1Vehicle.html#ac121f6b20ec32b01c3f70659333d115b">vin</a>();</div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> </div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"><a class="line" href="classfaker_1_1Vehicle.html#a4476e4beef663cb06e837094d5d5c24c"> 107</a></span> <span class="keyword">static</span> std::string <a class="code hl_function" href="classfaker_1_1Vehicle.html#a4476e4beef663cb06e837094d5d5c24c">vrm</a>();</div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span>};</div>
</div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span>}</div>
<div class="ttc" id="aclassfaker_1_1Vehicle_html"><div class="ttname"><a href="classfaker_1_1Vehicle.html">faker::Vehicle</a></div><div class="ttdef"><b>Definition</b> Vehicle.h:8</div></div>
<div class="ttc" id="aclassfaker_1_1Vehicle_html_a1cc1a37eefa4f2e38e07134956abc61a"><div class="ttname"><a href="classfaker_1_1Vehicle.html#a1cc1a37eefa4f2e38e07134956abc61a">faker::Vehicle::bicycle</a></div><div class="ttdeci">static std::string bicycle()</div><div class="ttdoc">Returns a random bicycle type.</div></div>
<div class="ttc" id="aclassfaker_1_1Vehicle_html_a4476e4beef663cb06e837094d5d5c24c"><div class="ttname"><a href="classfaker_1_1Vehicle.html#a4476e4beef663cb06e837094d5d5c24c">faker::Vehicle::vrm</a></div><div class="ttdeci">static std::string vrm()</div><div class="ttdoc">Returns a vehicle registration number (Vehicle Registration Mark - VRM).</div></div>
<div class="ttc" id="aclassfaker_1_1Vehicle_html_a514e1afbdf0fb3373a49bbbfa53e83d6"><div class="ttname"><a href="classfaker_1_1Vehicle.html#a514e1afbdf0fb3373a49bbbfa53e83d6">faker::Vehicle::vehicle</a></div><div class="ttdeci">static std::string vehicle()</div><div class="ttdoc">Returns a random vehicle(car).</div></div>
<div class="ttc" id="aclassfaker_1_1Vehicle_html_a52245a2a72bd5fa121dd720fa0cddbea"><div class="ttname"><a href="classfaker_1_1Vehicle.html#a52245a2a72bd5fa121dd720fa0cddbea">faker::Vehicle::model</a></div><div class="ttdeci">static std::string model()</div><div class="ttdoc">Returns a random vehicle(car) model.</div></div>
<div class="ttc" id="aclassfaker_1_1Vehicle_html_a56e785dc7e34dbb5961db76a86f4a25a"><div class="ttname"><a href="classfaker_1_1Vehicle.html#a56e785dc7e34dbb5961db76a86f4a25a">faker::Vehicle::color</a></div><div class="ttdeci">static std::string color()</div><div class="ttdoc">Returns a random vehicle color.</div></div>
<div class="ttc" id="aclassfaker_1_1Vehicle_html_a67f14a13e038eee6ce3e57968a518bd7"><div class="ttname"><a href="classfaker_1_1Vehicle.html#a67f14a13e038eee6ce3e57968a518bd7">faker::Vehicle::manufacturer</a></div><div class="ttdeci">static std::string manufacturer()</div><div class="ttdoc">Returns a random vehicle(car) manufacturer.</div></div>
<div class="ttc" id="aclassfaker_1_1Vehicle_html_a68c39250de735aaa42273f96a5505045"><div class="ttname"><a href="classfaker_1_1Vehicle.html#a68c39250de735aaa42273f96a5505045">faker::Vehicle::fuel</a></div><div class="ttdeci">static std::string fuel()</div><div class="ttdoc">Returns a random vehicle fuel.</div></div>
<div class="ttc" id="aclassfaker_1_1Vehicle_html_a81f5a11a11b157994dd7e559889db10a"><div class="ttname"><a href="classfaker_1_1Vehicle.html#a81f5a11a11b157994dd7e559889db10a">faker::Vehicle::type</a></div><div class="ttdeci">static std::string type()</div><div class="ttdoc">Returns a random vehicle type.</div></div>
<div class="ttc" id="aclassfaker_1_1Vehicle_html_ac121f6b20ec32b01c3f70659333d115b"><div class="ttname"><a href="classfaker_1_1Vehicle.html#ac121f6b20ec32b01c3f70659333d115b">faker::Vehicle::vin</a></div><div class="ttdeci">static std::string vin()</div><div class="ttdoc">Returns a vehicle identification number (VIN).</div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_21275a4f97039163a157995766de70c2.html">faker-cxx</a></li><li class="navelem"><b>Vehicle.h</b></li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
</ul>
</div>
</body>
</html>
15 changes: 8 additions & 7 deletions annotated.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,14 @@
<tr id="row_0_31_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfaker_1_1Sport.html" target="_self">Sport</a></td><td class="desc"></td></tr>
<tr id="row_0_32_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfaker_1_1String.html" target="_self">String</a></td><td class="desc"></td></tr>
<tr id="row_0_33_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfaker_1_1System.html" target="_self">System</a></td><td class="desc"></td></tr>
<tr id="row_0_34_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfaker_1_1VideoGame.html" target="_self">VideoGame</a></td><td class="desc"></td></tr>
<tr id="row_0_35_" class="odd"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_35_" class="arrow" onclick="toggleFolder('0_35_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfaker_1_1Weather.html" target="_self">Weather</a></td><td class="desc"></td></tr>
<tr id="row_0_35_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structfaker_1_1Weather_1_1Pressure.html" target="_self">Pressure</a></td><td class="desc"></td></tr>
<tr id="row_0_35_1_" class="odd"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structfaker_1_1Weather_1_1Temperature.html" target="_self">Temperature</a></td><td class="desc"></td></tr>
<tr id="row_0_35_2_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structfaker_1_1Weather_1_1Visibility.html" target="_self">Visibility</a></td><td class="desc"></td></tr>
<tr id="row_0_35_3_" class="odd"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structfaker_1_1Weather_1_1WindSpeed.html" target="_self">WindSpeed</a></td><td class="desc"></td></tr>
<tr id="row_0_36_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfaker_1_1Word.html" target="_self">Word</a></td><td class="desc"></td></tr>
<tr id="row_0_34_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfaker_1_1Vehicle.html" target="_self">Vehicle</a></td><td class="desc"></td></tr>
<tr id="row_0_35_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfaker_1_1VideoGame.html" target="_self">VideoGame</a></td><td class="desc"></td></tr>
<tr id="row_0_36_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_36_" class="arrow" onclick="toggleFolder('0_36_')">&#9660;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfaker_1_1Weather.html" target="_self">Weather</a></td><td class="desc"></td></tr>
<tr id="row_0_36_0_" class="odd"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structfaker_1_1Weather_1_1Pressure.html" target="_self">Pressure</a></td><td class="desc"></td></tr>
<tr id="row_0_36_1_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structfaker_1_1Weather_1_1Temperature.html" target="_self">Temperature</a></td><td class="desc"></td></tr>
<tr id="row_0_36_2_" class="odd"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structfaker_1_1Weather_1_1Visibility.html" target="_self">Visibility</a></td><td class="desc"></td></tr>
<tr id="row_0_36_3_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="structfaker_1_1Weather_1_1WindSpeed.html" target="_self">WindSpeed</a></td><td class="desc"></td></tr>
<tr id="row_0_37_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfaker_1_1Word.html" target="_self">Word</a></td><td class="desc"></td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
Expand Down
1 change: 1 addition & 0 deletions annotated_dup.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ var annotated_dup =
[ "Sport", "classfaker_1_1Sport.html", null ],
[ "String", "classfaker_1_1String.html", null ],
[ "System", "classfaker_1_1System.html", null ],
[ "Vehicle", "classfaker_1_1Vehicle.html", null ],
[ "VideoGame", "classfaker_1_1VideoGame.html", null ],
[ "Weather", "classfaker_1_1Weather.html", "classfaker_1_1Weather" ],
[ "Word", "classfaker_1_1Word.html", null ]
Expand Down
2 changes: 1 addition & 1 deletion classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<dd><a class="el" href="structfaker_1_1Weather_1_1Temperature.html">Weather::Temperature</a> (faker)</dd></dl>
<dl class="classindex odd">
<dt class="alphachar"><a id="letter_V" name="letter_V">V</a></dt>
<dd><a class="el" href="classfaker_1_1VideoGame.html">VideoGame</a> (faker)</dd><dd><a class="el" href="structfaker_1_1Weather_1_1Visibility.html">Weather::Visibility</a> (faker)</dd></dl>
<dd><a class="el" href="classfaker_1_1Vehicle.html">Vehicle</a> (faker)</dd><dd><a class="el" href="classfaker_1_1VideoGame.html">VideoGame</a> (faker)</dd><dd><a class="el" href="structfaker_1_1Weather_1_1Visibility.html">Weather::Visibility</a> (faker)</dd></dl>
<dl class="classindex even">
<dt class="alphachar"><a id="letter_W" name="letter_W">W</a></dt>
<dd><a class="el" href="classfaker_1_1Weather.html">Weather</a> (faker)</dd><dd><a class="el" href="structfaker_1_1Helper_1_1WeightedElement.html">Helper::WeightedElement</a> (faker)</dd><dd><a class="el" href="structfaker_1_1Weather_1_1WindSpeed.html">Weather::WindSpeed</a> (faker)</dd><dd><a class="el" href="classfaker_1_1Word.html">Word</a> (faker)</dd></dl>
Expand Down
Loading

0 comments on commit 50819da

Please sign in to comment.