2019-08-08 22:13:06 +02:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2019-07-27 22:46:58 +02:00
< 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" / >
2019-08-08 22:13:06 +02:00
< meta name = "generator" content = "Doxygen 1.8.15" / >
2019-07-27 22:46:58 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2019-07-28 02:30:30 +02:00
< title > remwharead: remwharead Reference< / title >
2019-07-27 22:46:58 +02:00
< 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 = "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" / >
< / 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 = "projectalign" style = "padding-left: 0.5em;" >
< div id = "projectname" > remwharead
2019-08-08 22:13:06 +02:00
  < span id = "projectnumber" > 0.7.1< / span >
2019-07-27 22:46:58 +02:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2019-08-08 22:13:06 +02:00
<!-- Generated by Doxygen 1.8.15 -->
2019-07-27 22:46:58 +02:00
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @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:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */< / script >
< div id = "main-nav" > < / div >
< / div > <!-- top -->
<!-- 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" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
2019-08-08 22:13:06 +02:00
< div class = "PageDoc" > < div class = "header" >
2019-07-27 22:46:58 +02:00
< div class = "headertitle" >
2019-07-28 02:30:30 +02:00
< div class = "title" > remwharead Reference < / div > < / div >
2019-07-27 22:46:58 +02:00
< / div > <!-- header -->
< div class = "contents" >
2019-07-28 02:30:30 +02:00
< div class = "textblock" > < h1 > < a class = "anchor" id = "using" > < / a >
Using the library< / h1 >
< p > The easiest way is to include < a class = "el" href = "remwharead_8hpp_source.html" > remwharead.hpp< / a > , which then includes all other headers.< / p >
2019-08-05 22:01:08 +02:00
< div class = "fragment" > < div class = "line" > < span class = "preprocessor" > #include < remwharead/remwharead.hpp> < / span > < / div > < / div > <!-- fragment --> < p > Use it in your CMake project like this:< / p >
2019-08-08 22:13:06 +02:00
< div class = "fragment" > < div class = "line" > find_package(remwharead CONFIG REQUIRED)< / div > < div class = "line" > target_link_libraries(MyProject remwharead::remwharead)< / div > < / div > <!-- fragment --> < p > Or compile your code with < code > g++ $(pkg-config --cflags --libs remwharead)< / code > . < / p >
< / div > < / div > <!-- PageDoc -->
< / div > <!-- contents -->
2019-07-27 22:46:58 +02:00
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
Generated by   < a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
2019-08-08 22:13:06 +02:00
< / a > 1.8.15
2019-07-27 22:46:58 +02:00
< / small > < / address >
< / body >
< / html >