[DOC] add doc
BIN
arrowdown.png
Normal file
After Width: | Height: | Size: 246 B |
BIN
arrowright.png
Normal file
After Width: | Height: | Size: 229 B |
BIN
closed.png
Normal file
After Width: | Height: | Size: 132 B |
373
customdoxygen.css
Normal file
@ -0,0 +1,373 @@
|
|||||||
|
|
||||||
|
#navrow1, #navrow2, #navrow3, #navrow4, #navrow5{
|
||||||
|
border-bottom: 1px solid #EEEEEE;
|
||||||
|
}
|
||||||
|
|
||||||
|
.adjust-right {
|
||||||
|
margin-left: 30px !important;
|
||||||
|
font-size: 1.15em !important;
|
||||||
|
}
|
||||||
|
.navbar{
|
||||||
|
border: 0px solid #222 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Sticky footer styles
|
||||||
|
-------------------------------------------------- */
|
||||||
|
html,
|
||||||
|
body {
|
||||||
|
counter-reset: h1counter;
|
||||||
|
height: 100%;
|
||||||
|
/* The html and body elements cannot have any padding or margin. */
|
||||||
|
}
|
||||||
|
h1, .h1, h2, .h2, h3, .h3{
|
||||||
|
font-weight: bold !important;
|
||||||
|
}
|
||||||
|
h1:before {
|
||||||
|
content: counter(h1counter) ".\0000a0\0000a0";
|
||||||
|
counter-increment: h1counter;
|
||||||
|
counter-reset: h2counter;
|
||||||
|
}
|
||||||
|
h2:before {
|
||||||
|
content: counter(h1counter) "." counter(h2counter) ".\0000a0\0000a0";
|
||||||
|
counter-increment: h2counter;
|
||||||
|
counter-reset: h3counter;
|
||||||
|
}
|
||||||
|
h3:before {
|
||||||
|
content: counter(h1counter) "." counter(h2counter) "." counter(h3counter) ".\0000a0\0000a0";
|
||||||
|
counter-increment: h3counter;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Wrapper for page content to push down footer */
|
||||||
|
#wrap {
|
||||||
|
min-height: 100%;
|
||||||
|
height: auto;
|
||||||
|
/* Negative indent footer by its height */
|
||||||
|
margin: 0 auto -60px;
|
||||||
|
/* Pad bottom by footer height */
|
||||||
|
padding: 0 0 60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Set the fixed height of the footer here */
|
||||||
|
#footer {
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 8px 0px;
|
||||||
|
background-color: #f5f5f5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-row {
|
||||||
|
line-height: 44px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#footer > .container {
|
||||||
|
padding-left: 15px;
|
||||||
|
padding-right: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-follow-icon {
|
||||||
|
margin-left: 3px;
|
||||||
|
text-decoration: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-follow-icon img {
|
||||||
|
width: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-link {
|
||||||
|
padding-top: 5px;
|
||||||
|
display: inline-block;
|
||||||
|
color: #999999;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-copyright {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media (min-width: 992px) {
|
||||||
|
.footer-row {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-icons {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (max-width: 991px) {
|
||||||
|
.footer-row {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-icons {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* DOXYGEN Code Styles
|
||||||
|
----------------------------------- */
|
||||||
|
|
||||||
|
|
||||||
|
a.qindex {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.qindexHL {
|
||||||
|
font-weight: bold;
|
||||||
|
background-color: #9CAFD4;
|
||||||
|
color: #ffffff;
|
||||||
|
border: 1px double #869DCA;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contents a.qindexHL:visited {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.code, a.code:visited, a.line, a.line:visited {
|
||||||
|
color: #4665A2;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited {
|
||||||
|
color: #4665A2;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* @end */
|
||||||
|
|
||||||
|
dl.el {
|
||||||
|
margin-left: -1cm;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre.fragment {
|
||||||
|
border: 1px solid #C4CFE5;
|
||||||
|
background-color: #FBFCFD;
|
||||||
|
padding: 4px 6px;
|
||||||
|
margin: 4px 8px 4px 2px;
|
||||||
|
overflow: auto;
|
||||||
|
word-wrap: break-word;
|
||||||
|
font-size: 9pt;
|
||||||
|
line-height: 125%;
|
||||||
|
font-family: monospace, fixed;
|
||||||
|
font-size: 105%;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.fragment {
|
||||||
|
padding: 4px 6px;
|
||||||
|
margin: 4px 8px 4px 2px;
|
||||||
|
border: 1px solid #C4CFE5;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.line {
|
||||||
|
font-family: monospace, fixed;
|
||||||
|
font-size: 13px;
|
||||||
|
min-height: 13px;
|
||||||
|
line-height: 1.0;
|
||||||
|
text-wrap: unrestricted;
|
||||||
|
white-space: -moz-pre-wrap; /* Moz */
|
||||||
|
white-space: -pre-wrap; /* Opera 4-6 */
|
||||||
|
white-space: -o-pre-wrap; /* Opera 7 */
|
||||||
|
white-space: pre-wrap; /* CSS3 */
|
||||||
|
word-wrap: break-word; /* IE 5.5+ */
|
||||||
|
text-indent: -53px;
|
||||||
|
padding-left: 53px;
|
||||||
|
padding-bottom: 0px;
|
||||||
|
margin: 0px;
|
||||||
|
-webkit-transition-property: background-color, box-shadow;
|
||||||
|
-webkit-transition-duration: 0.5s;
|
||||||
|
-moz-transition-property: background-color, box-shadow;
|
||||||
|
-moz-transition-duration: 0.5s;
|
||||||
|
-ms-transition-property: background-color, box-shadow;
|
||||||
|
-ms-transition-duration: 0.5s;
|
||||||
|
-o-transition-property: background-color, box-shadow;
|
||||||
|
-o-transition-duration: 0.5s;
|
||||||
|
transition-property: background-color, box-shadow;
|
||||||
|
transition-duration: 0.5s;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.line.glow {
|
||||||
|
background-color: cyan;
|
||||||
|
box-shadow: 0 0 10px cyan;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
span.lineno {
|
||||||
|
padding-right: 4px;
|
||||||
|
text-align: right;
|
||||||
|
border-right: 2px solid #0F0;
|
||||||
|
background-color: #E8E8E8;
|
||||||
|
white-space: pre;
|
||||||
|
}
|
||||||
|
span.lineno a {
|
||||||
|
background-color: #D8D8D8;
|
||||||
|
}
|
||||||
|
|
||||||
|
span.lineno a:hover {
|
||||||
|
background-color: #C8C8C8;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.groupHeader {
|
||||||
|
margin-left: 16px;
|
||||||
|
margin-top: 12px;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.groupText {
|
||||||
|
margin-left: 16px;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* @group Code Colorization */
|
||||||
|
|
||||||
|
span.keyword {
|
||||||
|
color: #008000
|
||||||
|
}
|
||||||
|
|
||||||
|
span.keywordtype {
|
||||||
|
color: #604020
|
||||||
|
}
|
||||||
|
|
||||||
|
span.keywordflow {
|
||||||
|
color: #e08000
|
||||||
|
}
|
||||||
|
|
||||||
|
span.comment {
|
||||||
|
color: #800000
|
||||||
|
}
|
||||||
|
|
||||||
|
span.preprocessor {
|
||||||
|
color: #806020
|
||||||
|
}
|
||||||
|
|
||||||
|
span.stringliteral {
|
||||||
|
color: #002080
|
||||||
|
}
|
||||||
|
|
||||||
|
span.charliteral {
|
||||||
|
color: #008080
|
||||||
|
}
|
||||||
|
|
||||||
|
span.vhdldigit {
|
||||||
|
color: #ff00ff
|
||||||
|
}
|
||||||
|
|
||||||
|
span.vhdlchar {
|
||||||
|
color: #000000
|
||||||
|
}
|
||||||
|
|
||||||
|
span.vhdlkeyword {
|
||||||
|
color: #700070
|
||||||
|
}
|
||||||
|
|
||||||
|
span.vhdllogic {
|
||||||
|
color: #ff0000
|
||||||
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
background-color: #F7F8FB;
|
||||||
|
border-left: 2px solid #9CAFD4;
|
||||||
|
margin: 0 24px 0 4px;
|
||||||
|
padding: 0 12px 0 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*---------------- Search Box */
|
||||||
|
|
||||||
|
#search-box {
|
||||||
|
margin: 10px 0px;
|
||||||
|
}
|
||||||
|
#search-box .close {
|
||||||
|
display: none;
|
||||||
|
position: absolute;
|
||||||
|
right: 0px;
|
||||||
|
padding: 6px 12px;
|
||||||
|
z-index: 5;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*---------------- Search results window */
|
||||||
|
|
||||||
|
#search-results-window {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
iframe#MSearchResults {
|
||||||
|
width: 100%;
|
||||||
|
height: 15em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.SRChildren {
|
||||||
|
padding-left: 3ex; padding-bottom: .5em
|
||||||
|
}
|
||||||
|
.SRPage .SRChildren {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
a.SRScope {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
a.SRSymbol:focus, a.SRSymbol:active,
|
||||||
|
a.SRScope:focus, a.SRScope:active {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
span.SRScope {
|
||||||
|
padding-left: 4px;
|
||||||
|
}
|
||||||
|
.SRResult {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* class and file list */
|
||||||
|
.directory .icona,
|
||||||
|
.directory .arrow {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
.directory .icona .icon {
|
||||||
|
height: 16px;
|
||||||
|
}
|
||||||
|
.directory .icondoc {
|
||||||
|
background-position: 0px 0px;
|
||||||
|
height: 20px;
|
||||||
|
}
|
||||||
|
.directory .iconfopen {
|
||||||
|
background-position: 0px 0px;
|
||||||
|
}
|
||||||
|
.directory td.entry {
|
||||||
|
padding: 7px 8px 6px 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.table > tbody > tr > td.memSeparator {
|
||||||
|
line-height: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
.memItemLeft, .memTemplItemLeft {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* enumerations */
|
||||||
|
.panel-body thead > tr {
|
||||||
|
background-color: #e0e0e0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* todo lists */
|
||||||
|
.todoname,
|
||||||
|
.todoname a {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Class title */
|
||||||
|
.summary {
|
||||||
|
margin-top: 25px;
|
||||||
|
}
|
||||||
|
.page-header {
|
||||||
|
margin: 20px 0px !important;
|
||||||
|
}
|
||||||
|
.page-header {
|
||||||
|
#display: inline-block;
|
||||||
|
}
|
||||||
|
.title {
|
||||||
|
text-align: center;
|
||||||
|
color: orange;
|
||||||
|
}
|
||||||
|
.page-header .pull-right {
|
||||||
|
margin-top: 0.3em;
|
||||||
|
margin-left: 0.5em;
|
||||||
|
}
|
||||||
|
.page-header .label {
|
||||||
|
font-size: 50%;
|
||||||
|
}
|
181
dir_644e041c3a6521da7b27eba0e4eb2b95.html
Normal file
@ -0,0 +1,181 @@
|
|||||||
|
<!-- HTML header for doxygen 1.8.8-->
|
||||||
|
<!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="X-UA-Compatible" content="IE=edge">
|
||||||
|
<!-- For Mobile Devices -->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||||
|
<title>Elog: Etk log interface: framework Directory Reference</title>
|
||||||
|
<!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
|
||||||
|
<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>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
</script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
||||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
|
||||||
|
<script type="text/javascript" src="doxy-boot.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<a class="navbar-brand">Elog: Etk log interface 0.4.0</a>
|
||||||
|
</div>
|
||||||
|
<div id="navbar" class="navbar-collapse collapse">
|
||||||
|
<ul class="nav navbar-nav">
|
||||||
|
<li><a href="index.html">Main Page</a></li>
|
||||||
|
<li><a href="pages.html">Related Pages</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="annotated.html">Classes</a></li>
|
||||||
|
<li><a href="files.html">Files</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="nav navbar-nav navbar-right">
|
||||||
|
<li class="dropdown">
|
||||||
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||||
|
Link-libs<span class="caret"></span>
|
||||||
|
</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="http://HeeroYui.github.io/lutin">lutin</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ewol">ewol</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/etk">etk</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ejson">ejson</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/exml">exml</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esvg">esvg</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/egami">egami</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/gale">gale</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ege">ege</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/elog">elog</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ememory">ememory</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/enet">enet</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/eproperty">eproperty</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esignal">esignal</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/zeus">zeus</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/audio-ess">audio-ess</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio">audio</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-drain">audio-drain</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-orchestra">audio-orchestra</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-river">audio-river</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div id="search-box" class="input-group">
|
||||||
|
<div class="input-group-btn">
|
||||||
|
<button aria-expanded="false" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||||
|
<span class="glyphicon glyphicon-search"></span>
|
||||||
|
<span class="caret"></span>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="#">All</a></li>
|
||||||
|
<li><a href="#">Classes</a></li>
|
||||||
|
<li><a href="#">Namespaces</a></li>
|
||||||
|
<li><a href="#">Files</a></li>
|
||||||
|
<li><a href="#">Functions</a></li>
|
||||||
|
<li><a href="#">Variables</a></li>
|
||||||
|
<li><a href="#">Typedefs</a></li>
|
||||||
|
<li><a href="#">Enumerations</a></li>
|
||||||
|
<li><a href="#">Enumerator</a></li>
|
||||||
|
<li><a href="#">Friends</a></li>
|
||||||
|
<li><a href="#">Macros</a></li>
|
||||||
|
<li><a href="#">Pages</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<button id="search-close" type="button" class="close" aria-label="Close">
|
||||||
|
<span aria-hidden="true"></span>
|
||||||
|
</button>
|
||||||
|
<input id="search-field" class="form-control" accesskey="S" onkeydown="searchBox.OnSearchFieldChange(event);" placeholder="Search ..." type="text">
|
||||||
|
</div>
|
||||||
|
</div><!--/.nav-collapse -->
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div class="content" id="content">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-12 panel panel-default" style="padding-bottom: 15px;">
|
||||||
|
<div style="margin-bottom: 15px;">
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.8.11 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
|
</script>
|
||||||
|
<div id="navrow1" class="tabs">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||||
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
||||||
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||||
|
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
||||||
|
<li>
|
||||||
|
<div id="MSearchBox" class="MSearchBoxInactive">
|
||||||
|
<span class="left">
|
||||||
|
<img id="MSearchSelect" src="search/mag_sel.png"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
alt=""/>
|
||||||
|
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||||
|
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||||
|
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||||
|
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||||
|
</span><span class="right">
|
||||||
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="navrow2" class="tabs2">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li class="current"><a href="files.html"><span>File List</span></a></li>
|
||||||
|
<li><a href="globals.html"><span>File Members</span></a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- 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>
|
||||||
|
|
||||||
|
<div id="nav-path" class="navpath">
|
||||||
|
<ul>
|
||||||
|
<li class="navelem"><a class="el" href="dir_644e041c3a6521da7b27eba0e4eb2b95.html">framework</a></li> </ul>
|
||||||
|
</div>
|
||||||
|
</div><!-- top -->
|
||||||
|
<div class="header">
|
||||||
|
<div class="headertitle">
|
||||||
|
<div class="title">framework Directory Reference</div> </div>
|
||||||
|
</div><!--header-->
|
||||||
|
<div class="contents">
|
||||||
|
<table class="memberdecls">
|
||||||
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="subdirs"></a>
|
||||||
|
Directories</h2></td></tr>
|
||||||
|
</table>
|
||||||
|
</div><!-- contents -->
|
||||||
|
<!-- HTML footer for doxygen 1.8.8-->
|
||||||
|
<!-- start footer part -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr class="footer"/><address class="footer"><small>
|
||||||
|
Generated on Sun Oct 23 2016 22:01:38 for Elog: Etk log interface by  <a href="http://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
|
</a> 1.8.11
|
||||||
|
</small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
185
dir_840c2f10d488013eccb3eb478799a512.html
Normal file
@ -0,0 +1,185 @@
|
|||||||
|
<!-- HTML header for doxygen 1.8.8-->
|
||||||
|
<!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="X-UA-Compatible" content="IE=edge">
|
||||||
|
<!-- For Mobile Devices -->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||||
|
<title>Elog: Etk log interface: framework/atria-soft/elog/elog Directory Reference</title>
|
||||||
|
<!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
|
||||||
|
<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>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
</script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
||||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
|
||||||
|
<script type="text/javascript" src="doxy-boot.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<a class="navbar-brand">Elog: Etk log interface 0.4.0</a>
|
||||||
|
</div>
|
||||||
|
<div id="navbar" class="navbar-collapse collapse">
|
||||||
|
<ul class="nav navbar-nav">
|
||||||
|
<li><a href="index.html">Main Page</a></li>
|
||||||
|
<li><a href="pages.html">Related Pages</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="annotated.html">Classes</a></li>
|
||||||
|
<li><a href="files.html">Files</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="nav navbar-nav navbar-right">
|
||||||
|
<li class="dropdown">
|
||||||
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||||
|
Link-libs<span class="caret"></span>
|
||||||
|
</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="http://HeeroYui.github.io/lutin">lutin</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ewol">ewol</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/etk">etk</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ejson">ejson</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/exml">exml</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esvg">esvg</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/egami">egami</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/gale">gale</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ege">ege</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/elog">elog</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ememory">ememory</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/enet">enet</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/eproperty">eproperty</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esignal">esignal</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/zeus">zeus</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/audio-ess">audio-ess</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio">audio</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-drain">audio-drain</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-orchestra">audio-orchestra</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-river">audio-river</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div id="search-box" class="input-group">
|
||||||
|
<div class="input-group-btn">
|
||||||
|
<button aria-expanded="false" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||||
|
<span class="glyphicon glyphicon-search"></span>
|
||||||
|
<span class="caret"></span>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="#">All</a></li>
|
||||||
|
<li><a href="#">Classes</a></li>
|
||||||
|
<li><a href="#">Namespaces</a></li>
|
||||||
|
<li><a href="#">Files</a></li>
|
||||||
|
<li><a href="#">Functions</a></li>
|
||||||
|
<li><a href="#">Variables</a></li>
|
||||||
|
<li><a href="#">Typedefs</a></li>
|
||||||
|
<li><a href="#">Enumerations</a></li>
|
||||||
|
<li><a href="#">Enumerator</a></li>
|
||||||
|
<li><a href="#">Friends</a></li>
|
||||||
|
<li><a href="#">Macros</a></li>
|
||||||
|
<li><a href="#">Pages</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<button id="search-close" type="button" class="close" aria-label="Close">
|
||||||
|
<span aria-hidden="true"></span>
|
||||||
|
</button>
|
||||||
|
<input id="search-field" class="form-control" accesskey="S" onkeydown="searchBox.OnSearchFieldChange(event);" placeholder="Search ..." type="text">
|
||||||
|
</div>
|
||||||
|
</div><!--/.nav-collapse -->
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div class="content" id="content">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-12 panel panel-default" style="padding-bottom: 15px;">
|
||||||
|
<div style="margin-bottom: 15px;">
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.8.11 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
|
</script>
|
||||||
|
<div id="navrow1" class="tabs">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||||
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
||||||
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||||
|
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
||||||
|
<li>
|
||||||
|
<div id="MSearchBox" class="MSearchBoxInactive">
|
||||||
|
<span class="left">
|
||||||
|
<img id="MSearchSelect" src="search/mag_sel.png"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
alt=""/>
|
||||||
|
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||||
|
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||||
|
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||||
|
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||||
|
</span><span class="right">
|
||||||
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="navrow2" class="tabs2">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li class="current"><a href="files.html"><span>File List</span></a></li>
|
||||||
|
<li><a href="globals.html"><span>File Members</span></a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- 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>
|
||||||
|
|
||||||
|
<div id="nav-path" class="navpath">
|
||||||
|
<ul>
|
||||||
|
<li class="navelem"><a class="el" href="dir_644e041c3a6521da7b27eba0e4eb2b95.html">framework</a></li><li class="navelem"><a class="el" href="dir_a094892b17be858f66bf3446bbb755c7.html">atria-soft</a></li><li class="navelem"><a class="el" href="dir_b41d3cda210a2eb7fba2c14a62079e2f.html">elog</a></li><li class="navelem"><a class="el" href="dir_840c2f10d488013eccb3eb478799a512.html">elog</a></li> </ul>
|
||||||
|
</div>
|
||||||
|
</div><!-- top -->
|
||||||
|
<div class="header">
|
||||||
|
<div class="headertitle">
|
||||||
|
<div class="title">elog Directory Reference</div> </div>
|
||||||
|
</div><!--header-->
|
||||||
|
<div class="contents">
|
||||||
|
<table class="memberdecls">
|
||||||
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="files"></a>
|
||||||
|
Files</h2></td></tr>
|
||||||
|
<tr class="memitem:elog_8hpp"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="elog_8hpp.html">elog.hpp</a> <a href="elog_8hpp_source.html">[code]</a></td></tr>
|
||||||
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:log_8hpp"><td class="memItemLeft" align="right" valign="top">file  </td><td class="memItemRight" valign="bottom"><a class="el" href="log_8hpp.html">log.hpp</a> <a href="log_8hpp_source.html">[code]</a></td></tr>
|
||||||
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
</table>
|
||||||
|
</div><!-- contents -->
|
||||||
|
<!-- HTML footer for doxygen 1.8.8-->
|
||||||
|
<!-- start footer part -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr class="footer"/><address class="footer"><small>
|
||||||
|
Generated on Sun Oct 23 2016 22:01:38 for Elog: Etk log interface by  <a href="http://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
|
</a> 1.8.11
|
||||||
|
</small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
181
dir_a094892b17be858f66bf3446bbb755c7.html
Normal file
@ -0,0 +1,181 @@
|
|||||||
|
<!-- HTML header for doxygen 1.8.8-->
|
||||||
|
<!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="X-UA-Compatible" content="IE=edge">
|
||||||
|
<!-- For Mobile Devices -->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||||
|
<title>Elog: Etk log interface: framework/atria-soft Directory Reference</title>
|
||||||
|
<!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
|
||||||
|
<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>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
</script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
||||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
|
||||||
|
<script type="text/javascript" src="doxy-boot.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<a class="navbar-brand">Elog: Etk log interface 0.4.0</a>
|
||||||
|
</div>
|
||||||
|
<div id="navbar" class="navbar-collapse collapse">
|
||||||
|
<ul class="nav navbar-nav">
|
||||||
|
<li><a href="index.html">Main Page</a></li>
|
||||||
|
<li><a href="pages.html">Related Pages</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="annotated.html">Classes</a></li>
|
||||||
|
<li><a href="files.html">Files</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="nav navbar-nav navbar-right">
|
||||||
|
<li class="dropdown">
|
||||||
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||||
|
Link-libs<span class="caret"></span>
|
||||||
|
</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="http://HeeroYui.github.io/lutin">lutin</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ewol">ewol</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/etk">etk</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ejson">ejson</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/exml">exml</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esvg">esvg</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/egami">egami</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/gale">gale</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ege">ege</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/elog">elog</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ememory">ememory</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/enet">enet</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/eproperty">eproperty</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esignal">esignal</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/zeus">zeus</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/audio-ess">audio-ess</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio">audio</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-drain">audio-drain</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-orchestra">audio-orchestra</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-river">audio-river</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div id="search-box" class="input-group">
|
||||||
|
<div class="input-group-btn">
|
||||||
|
<button aria-expanded="false" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||||
|
<span class="glyphicon glyphicon-search"></span>
|
||||||
|
<span class="caret"></span>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="#">All</a></li>
|
||||||
|
<li><a href="#">Classes</a></li>
|
||||||
|
<li><a href="#">Namespaces</a></li>
|
||||||
|
<li><a href="#">Files</a></li>
|
||||||
|
<li><a href="#">Functions</a></li>
|
||||||
|
<li><a href="#">Variables</a></li>
|
||||||
|
<li><a href="#">Typedefs</a></li>
|
||||||
|
<li><a href="#">Enumerations</a></li>
|
||||||
|
<li><a href="#">Enumerator</a></li>
|
||||||
|
<li><a href="#">Friends</a></li>
|
||||||
|
<li><a href="#">Macros</a></li>
|
||||||
|
<li><a href="#">Pages</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<button id="search-close" type="button" class="close" aria-label="Close">
|
||||||
|
<span aria-hidden="true"></span>
|
||||||
|
</button>
|
||||||
|
<input id="search-field" class="form-control" accesskey="S" onkeydown="searchBox.OnSearchFieldChange(event);" placeholder="Search ..." type="text">
|
||||||
|
</div>
|
||||||
|
</div><!--/.nav-collapse -->
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div class="content" id="content">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-12 panel panel-default" style="padding-bottom: 15px;">
|
||||||
|
<div style="margin-bottom: 15px;">
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.8.11 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
|
</script>
|
||||||
|
<div id="navrow1" class="tabs">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||||
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
||||||
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||||
|
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
||||||
|
<li>
|
||||||
|
<div id="MSearchBox" class="MSearchBoxInactive">
|
||||||
|
<span class="left">
|
||||||
|
<img id="MSearchSelect" src="search/mag_sel.png"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
alt=""/>
|
||||||
|
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||||
|
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||||
|
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||||
|
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||||
|
</span><span class="right">
|
||||||
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="navrow2" class="tabs2">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li class="current"><a href="files.html"><span>File List</span></a></li>
|
||||||
|
<li><a href="globals.html"><span>File Members</span></a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- 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>
|
||||||
|
|
||||||
|
<div id="nav-path" class="navpath">
|
||||||
|
<ul>
|
||||||
|
<li class="navelem"><a class="el" href="dir_644e041c3a6521da7b27eba0e4eb2b95.html">framework</a></li><li class="navelem"><a class="el" href="dir_a094892b17be858f66bf3446bbb755c7.html">atria-soft</a></li> </ul>
|
||||||
|
</div>
|
||||||
|
</div><!-- top -->
|
||||||
|
<div class="header">
|
||||||
|
<div class="headertitle">
|
||||||
|
<div class="title">atria-soft Directory Reference</div> </div>
|
||||||
|
</div><!--header-->
|
||||||
|
<div class="contents">
|
||||||
|
<table class="memberdecls">
|
||||||
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="subdirs"></a>
|
||||||
|
Directories</h2></td></tr>
|
||||||
|
</table>
|
||||||
|
</div><!-- contents -->
|
||||||
|
<!-- HTML footer for doxygen 1.8.8-->
|
||||||
|
<!-- start footer part -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr class="footer"/><address class="footer"><small>
|
||||||
|
Generated on Sun Oct 23 2016 22:01:38 for Elog: Etk log interface by  <a href="http://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
|
</a> 1.8.11
|
||||||
|
</small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
181
dir_b41d3cda210a2eb7fba2c14a62079e2f.html
Normal file
@ -0,0 +1,181 @@
|
|||||||
|
<!-- HTML header for doxygen 1.8.8-->
|
||||||
|
<!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="X-UA-Compatible" content="IE=edge">
|
||||||
|
<!-- For Mobile Devices -->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||||
|
<title>Elog: Etk log interface: framework/atria-soft/elog Directory Reference</title>
|
||||||
|
<!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
|
||||||
|
<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>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
</script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
||||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
|
||||||
|
<script type="text/javascript" src="doxy-boot.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<a class="navbar-brand">Elog: Etk log interface 0.4.0</a>
|
||||||
|
</div>
|
||||||
|
<div id="navbar" class="navbar-collapse collapse">
|
||||||
|
<ul class="nav navbar-nav">
|
||||||
|
<li><a href="index.html">Main Page</a></li>
|
||||||
|
<li><a href="pages.html">Related Pages</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="annotated.html">Classes</a></li>
|
||||||
|
<li><a href="files.html">Files</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="nav navbar-nav navbar-right">
|
||||||
|
<li class="dropdown">
|
||||||
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||||
|
Link-libs<span class="caret"></span>
|
||||||
|
</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="http://HeeroYui.github.io/lutin">lutin</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ewol">ewol</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/etk">etk</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ejson">ejson</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/exml">exml</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esvg">esvg</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/egami">egami</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/gale">gale</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ege">ege</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/elog">elog</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ememory">ememory</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/enet">enet</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/eproperty">eproperty</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esignal">esignal</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/zeus">zeus</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/audio-ess">audio-ess</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio">audio</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-drain">audio-drain</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-orchestra">audio-orchestra</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-river">audio-river</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div id="search-box" class="input-group">
|
||||||
|
<div class="input-group-btn">
|
||||||
|
<button aria-expanded="false" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||||
|
<span class="glyphicon glyphicon-search"></span>
|
||||||
|
<span class="caret"></span>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="#">All</a></li>
|
||||||
|
<li><a href="#">Classes</a></li>
|
||||||
|
<li><a href="#">Namespaces</a></li>
|
||||||
|
<li><a href="#">Files</a></li>
|
||||||
|
<li><a href="#">Functions</a></li>
|
||||||
|
<li><a href="#">Variables</a></li>
|
||||||
|
<li><a href="#">Typedefs</a></li>
|
||||||
|
<li><a href="#">Enumerations</a></li>
|
||||||
|
<li><a href="#">Enumerator</a></li>
|
||||||
|
<li><a href="#">Friends</a></li>
|
||||||
|
<li><a href="#">Macros</a></li>
|
||||||
|
<li><a href="#">Pages</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<button id="search-close" type="button" class="close" aria-label="Close">
|
||||||
|
<span aria-hidden="true"></span>
|
||||||
|
</button>
|
||||||
|
<input id="search-field" class="form-control" accesskey="S" onkeydown="searchBox.OnSearchFieldChange(event);" placeholder="Search ..." type="text">
|
||||||
|
</div>
|
||||||
|
</div><!--/.nav-collapse -->
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div class="content" id="content">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-12 panel panel-default" style="padding-bottom: 15px;">
|
||||||
|
<div style="margin-bottom: 15px;">
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.8.11 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
|
</script>
|
||||||
|
<div id="navrow1" class="tabs">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||||
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
||||||
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||||
|
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
||||||
|
<li>
|
||||||
|
<div id="MSearchBox" class="MSearchBoxInactive">
|
||||||
|
<span class="left">
|
||||||
|
<img id="MSearchSelect" src="search/mag_sel.png"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
alt=""/>
|
||||||
|
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||||
|
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||||
|
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||||
|
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||||
|
</span><span class="right">
|
||||||
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="navrow2" class="tabs2">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li class="current"><a href="files.html"><span>File List</span></a></li>
|
||||||
|
<li><a href="globals.html"><span>File Members</span></a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- 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>
|
||||||
|
|
||||||
|
<div id="nav-path" class="navpath">
|
||||||
|
<ul>
|
||||||
|
<li class="navelem"><a class="el" href="dir_644e041c3a6521da7b27eba0e4eb2b95.html">framework</a></li><li class="navelem"><a class="el" href="dir_a094892b17be858f66bf3446bbb755c7.html">atria-soft</a></li><li class="navelem"><a class="el" href="dir_b41d3cda210a2eb7fba2c14a62079e2f.html">elog</a></li> </ul>
|
||||||
|
</div>
|
||||||
|
</div><!-- top -->
|
||||||
|
<div class="header">
|
||||||
|
<div class="headertitle">
|
||||||
|
<div class="title">elog Directory Reference</div> </div>
|
||||||
|
</div><!--header-->
|
||||||
|
<div class="contents">
|
||||||
|
<table class="memberdecls">
|
||||||
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="subdirs"></a>
|
||||||
|
Directories</h2></td></tr>
|
||||||
|
</table>
|
||||||
|
</div><!-- contents -->
|
||||||
|
<!-- HTML footer for doxygen 1.8.8-->
|
||||||
|
<!-- start footer part -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr class="footer"/><address class="footer"><small>
|
||||||
|
Generated on Sun Oct 23 2016 22:01:38 for Elog: Etk log interface by  <a href="http://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
|
</a> 1.8.11
|
||||||
|
</small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
264
doxy-boot.js
Normal file
@ -0,0 +1,264 @@
|
|||||||
|
$( document ).ready(function() {
|
||||||
|
|
||||||
|
$("div.headertitle").addClass("page-header");
|
||||||
|
$("div.title").addClass("h1");
|
||||||
|
|
||||||
|
$('li > a[href="index.html"] > span').before("<i class='fa fa-cog'></i> ");
|
||||||
|
$('li > a[href="modules.html"] > span').before("<i class='fa fa-square'></i> ");
|
||||||
|
$('li > a[href="namespaces.html"] > span').before("<i class='fa fa-bars'></i> ");
|
||||||
|
$('li > a[href="annotated.html"] > span').before("<i class='fa fa-list-ul'></i> ");
|
||||||
|
$('li > a[href="classes.html"] > span').before("<i class='fa fa-book'></i> ");
|
||||||
|
$('li > a[href="inherits.html"] > span').before("<i class='fa fa-sitemap'></i> ");
|
||||||
|
$('li > a[href="functions.html"] > span').before("<i class='fa fa-list'></i> ");
|
||||||
|
$('li > a[href="functions_func.html"] > span').before("<i class='fa fa-list'></i> ");
|
||||||
|
$('li > a[href="functions_vars.html"] > span').before("<i class='fa fa-list'></i> ");
|
||||||
|
$('li > a[href="functions_enum.html"] > span').before("<i class='fa fa-list'></i> ");
|
||||||
|
$('li > a[href="functions_eval.html"] > span').before("<i class='fa fa-list'></i> ");
|
||||||
|
$('img[src="ftv2ns.png"]').replaceWith('<span class="label label-danger">N</span> ');
|
||||||
|
$('img[src="ftv2cl.png"]').replaceWith('<span class="label label-danger">C</span> ');
|
||||||
|
|
||||||
|
$("ul.tablist").addClass("nav nav-pills nav-justified");
|
||||||
|
$("ul.tablist").css("margin-top", "0.5em");
|
||||||
|
$("ul.tablist").css("margin-bottom", "0.5em");
|
||||||
|
$("li.current").addClass("active");
|
||||||
|
$("iframe").attr("scrolling", "yes");
|
||||||
|
|
||||||
|
$("#nav-path > ul").addClass("breadcrumb");
|
||||||
|
|
||||||
|
$("table.params").addClass("table");
|
||||||
|
$("div.ingroups").wrapInner("<small></small>");
|
||||||
|
$("div.levels").css("margin", "0.5em");
|
||||||
|
$("div.levels > span").addClass("btn btn-default btn-xs");
|
||||||
|
$("div.levels > span").css("margin-right", "0.25em");
|
||||||
|
|
||||||
|
$("table.directory").addClass("table table-striped");
|
||||||
|
$("div.summary > a").addClass("btn btn-default btn-xs");
|
||||||
|
$("table.fieldtable").addClass("table");
|
||||||
|
$(".fragment").addClass("well");
|
||||||
|
$(".memitem").addClass("panel panel-default");
|
||||||
|
$(".memproto").addClass("panel-heading");
|
||||||
|
$(".memdoc").addClass("panel-body");
|
||||||
|
$("span.mlabel").addClass("label label-info");
|
||||||
|
|
||||||
|
$("table.memberdecls").addClass("table");
|
||||||
|
$("[class^=memitem]").addClass("active");
|
||||||
|
|
||||||
|
$("div.ah").addClass("btn btn-default");
|
||||||
|
$("span.mlabels").addClass("pull-right");
|
||||||
|
$("table.mlabels").css("width", "100%")
|
||||||
|
$("td.mlabels-right").addClass("pull-right");
|
||||||
|
|
||||||
|
$("div.ttc").addClass("panel panel-primary");
|
||||||
|
$("div.ttname").addClass("panel-heading");
|
||||||
|
$("div.ttname a").css("color", 'white');
|
||||||
|
$("div.ttdef,div.ttdoc,div.ttdeci").addClass("panel-body");
|
||||||
|
|
||||||
|
$('div.fragment.well div.line:first').css('margin-top', '15px');
|
||||||
|
$('div.fragment.well div.line:last').css('margin-bottom', '15px');
|
||||||
|
|
||||||
|
$('table.doxtable').removeClass('doxtable').addClass('table table-striped table-bordered').each(function(){
|
||||||
|
$(this).prepend('<thead></thead>');
|
||||||
|
$(this).find('tbody > tr:first').prependTo($(this).find('thead'));
|
||||||
|
|
||||||
|
$(this).find('td > span.success').parent().addClass('success');
|
||||||
|
$(this).find('td > span.warning').parent().addClass('warning');
|
||||||
|
$(this).find('td > span.danger').parent().addClass('danger');
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
if($('div.fragment.well div.ttc').length > 0)
|
||||||
|
{
|
||||||
|
$('div.fragment.well div.line:first').parent().removeClass('fragment well');
|
||||||
|
}
|
||||||
|
//merge left ad right element in the fuction table item
|
||||||
|
/*
|
||||||
|
$('table.memberdecls').find('.memItemRight').each(function(){
|
||||||
|
$(this).contents().appendTo($(this).siblings('.memItemLeft'));
|
||||||
|
$(this).siblings('.memItemLeft').attr('align', 'left');
|
||||||
|
});
|
||||||
|
*/
|
||||||
|
|
||||||
|
function getOriginalWidthOfImg(img_element) {
|
||||||
|
var t = new Image();
|
||||||
|
t.src = (img_element.getAttribute ? img_element.getAttribute("src") : false) || img_element.src;
|
||||||
|
return t.width;
|
||||||
|
}
|
||||||
|
|
||||||
|
$('div.dyncontent').find('img').each(function(){
|
||||||
|
if(getOriginalWidthOfImg($(this)[0]) > $('#content>div.container').width())
|
||||||
|
$(this).css('width', '100%');
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
|
/* responsive search box */
|
||||||
|
|
||||||
|
$('#MSearchBox').parent().remove();
|
||||||
|
|
||||||
|
var nav_container = $('<div class="row"></div>');
|
||||||
|
$('#navrow1').parent().prepend(nav_container);
|
||||||
|
|
||||||
|
var left_nav = $('<div class="col-md-9"></div>');
|
||||||
|
for (i = 0; i < 6; i++) {
|
||||||
|
var navrow = $('#navrow' + i + ' > ul.tablist').detach();
|
||||||
|
left_nav.append(navrow);
|
||||||
|
$('#navrow' + i).remove();
|
||||||
|
}
|
||||||
|
var right_nav = $('<div class="col-md-3"></div>').append('\
|
||||||
|
<div id="search-box" class="input-group">\
|
||||||
|
<div class="input-group-btn">\
|
||||||
|
<button aria-expanded="false" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">\
|
||||||
|
<span class="glyphicon glyphicon-search"></span> <span class="caret"></span>\
|
||||||
|
</button>\
|
||||||
|
<ul class="dropdown-menu">\
|
||||||
|
</ul>\
|
||||||
|
</div>\
|
||||||
|
<button id="search-close" type="button" class="close" aria-label="Close"><span aria-hidden="true">×</span></button>\
|
||||||
|
<input id="search-field" class="form-control" accesskey="S" onkeydown="searchBox.OnSearchFieldChange(event);" placeholder="Search ..." type="text">\
|
||||||
|
</div>');
|
||||||
|
$(nav_container).append(left_nav);
|
||||||
|
$(nav_container).append(right_nav);
|
||||||
|
|
||||||
|
$('#MSearchSelectWindow .SelectionMark').remove();
|
||||||
|
var search_selectors = $('#MSearchSelectWindow .SelectItem');
|
||||||
|
for (var i = 0; i < search_selectors.length; i += 1) {
|
||||||
|
var element_a = $('<a href="#"></a>').text($(search_selectors[i]).text());
|
||||||
|
|
||||||
|
element_a.click(function(){
|
||||||
|
$('#search-box .dropdown-menu li').removeClass('active');
|
||||||
|
$(this).parent().addClass('active');
|
||||||
|
searchBox.OnSelectItem($('#search-box li a').index(this));
|
||||||
|
searchBox.Search();
|
||||||
|
return false;
|
||||||
|
});
|
||||||
|
|
||||||
|
var element = $('<li></li>').append(element_a);
|
||||||
|
$('#search-box .dropdown-menu').append(element);
|
||||||
|
}
|
||||||
|
$('#MSearchSelectWindow').remove();
|
||||||
|
|
||||||
|
$('#search-box .close').click(function (){
|
||||||
|
searchBox.CloseResultsWindow();
|
||||||
|
});
|
||||||
|
|
||||||
|
$('body').append('<div id="MSearchClose"></div>');
|
||||||
|
$('body').append('<div id="MSearchBox"></div>');
|
||||||
|
$('body').append('<div id="MSearchSelectWindow"></div>');
|
||||||
|
|
||||||
|
searchBox.searchLabel = '';
|
||||||
|
searchBox.DOMSearchField = function() {
|
||||||
|
return document.getElementById("search-field");
|
||||||
|
}
|
||||||
|
searchBox.DOMSearchClose = function(){
|
||||||
|
return document.getElementById("search-close");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* search results */
|
||||||
|
var results_iframe = $('#MSearchResults').detach();
|
||||||
|
$('#MSearchResultsWindow')
|
||||||
|
.attr('id', 'search-results-window')
|
||||||
|
.addClass('panel panel-default')
|
||||||
|
.append(
|
||||||
|
'<div class="panel-heading">\
|
||||||
|
<h3 class="panel-title">Search Results</h3>\
|
||||||
|
</div>\
|
||||||
|
<div class="panel-body"></div>'
|
||||||
|
);
|
||||||
|
$('#search-results-window .panel-body').append(results_iframe);
|
||||||
|
|
||||||
|
searchBox.DOMPopupSearchResultsWindow = function() {
|
||||||
|
return document.getElementById("search-results-window");
|
||||||
|
}
|
||||||
|
|
||||||
|
function update_search_results_window() {
|
||||||
|
$('#search-results-window').removeClass('panel-default panel-success panel-warning panel-danger')
|
||||||
|
var status = $('#MSearchResults').contents().find('.SRStatus:visible');
|
||||||
|
if (status.length > 0) {
|
||||||
|
switch(status.attr('id')) {
|
||||||
|
case 'Loading':
|
||||||
|
case 'Searching':
|
||||||
|
$('#search-results-window').addClass('panel-warning');
|
||||||
|
break;
|
||||||
|
case 'NoMatches':
|
||||||
|
$('#search-results-window').addClass('panel-danger');
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
$('#search-results-window').addClass('panel-default');
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
$('#search-results-window').addClass('panel-success');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
$('#MSearchResults').load(function() {
|
||||||
|
$('#MSearchResults').contents().find('link[href="search.css"]').attr('href','../doxygen.css');
|
||||||
|
$('#MSearchResults').contents().find('head').append(
|
||||||
|
'<link href="../customdoxygen.css" rel="stylesheet" type="text/css">');
|
||||||
|
|
||||||
|
update_search_results_window();
|
||||||
|
|
||||||
|
// detect status changes (only for search with external search backend)
|
||||||
|
var observer = new MutationObserver(function(mutations) {
|
||||||
|
update_search_results_window();
|
||||||
|
});
|
||||||
|
var config = {
|
||||||
|
attributes: true
|
||||||
|
};
|
||||||
|
|
||||||
|
var targets = $('#MSearchResults').contents().find('.SRStatus');
|
||||||
|
for (i = 0; i < targets.length; i++) {
|
||||||
|
observer.observe(targets[i], config);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
|
/* enumerations */
|
||||||
|
$('table.fieldtable').removeClass('fieldtable').addClass('table table-striped table-bordered').each(function(){
|
||||||
|
$(this).prepend('<thead></thead>');
|
||||||
|
$(this).find('tbody > tr:first').prependTo($(this).find('thead'));
|
||||||
|
|
||||||
|
$(this).find('td > span.success').parent().addClass('success');
|
||||||
|
$(this).find('td > span.warning').parent().addClass('warning');
|
||||||
|
$(this).find('td > span.danger').parent().addClass('danger');
|
||||||
|
});
|
||||||
|
|
||||||
|
/* todo list */
|
||||||
|
var todoelements = $('.contents > .textblock > dl.reflist > dt, .contents > .textblock > dl.reflist > dd');
|
||||||
|
for (var i = 0; i < todoelements.length; i += 2) {
|
||||||
|
$('.contents > .textblock').append(
|
||||||
|
'<div class="panel panel-default active">'
|
||||||
|
+ "<div class=\"panel-heading todoname\">" + $(todoelements[i]).html() + "</div>"
|
||||||
|
+ "<div class=\"panel-body\">" + $(todoelements[i+1]).html() + "</div>"
|
||||||
|
+ '</div>');
|
||||||
|
}
|
||||||
|
$('.contents > .textblock > dl').remove();
|
||||||
|
|
||||||
|
|
||||||
|
$(".memitem").removeClass('memitem');
|
||||||
|
$(".memproto").removeClass('memproto');
|
||||||
|
$(".memdoc").removeClass('memdoc');
|
||||||
|
$("span.mlabel").removeClass('mlabel');
|
||||||
|
$("table.memberdecls").removeClass('memberdecls');
|
||||||
|
$("[class^=memitem]").removeClass('memitem');
|
||||||
|
$("span.mlabels").removeClass('mlabels');
|
||||||
|
$("table.mlabels").removeClass('mlabels');
|
||||||
|
$("td.mlabels-right").removeClass('mlabels-right');
|
||||||
|
$(".navpath").removeClass('navpath');
|
||||||
|
$("li.navelem").removeClass('navelem');
|
||||||
|
$("a.el").removeClass('el');
|
||||||
|
$("div.ah").removeClass('ah');
|
||||||
|
$("div.header").removeClass("header");
|
||||||
|
|
||||||
|
$('.mdescLeft').each(function(){
|
||||||
|
if($(this).html()==" ") {
|
||||||
|
$(this).siblings('.mdescRight').attr('colspan', 2);
|
||||||
|
$(this).remove();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
$('td.memItemLeft').each(function(){
|
||||||
|
if($(this).siblings('.memItemRight').html()=="") {
|
||||||
|
$(this).attr('colspan', 2);
|
||||||
|
$(this).siblings('.memItemRight').remove();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
1475
doxygen.css
Normal file
BIN
doxygen.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
97
dynsections.js
Normal file
@ -0,0 +1,97 @@
|
|||||||
|
function toggleVisibility(linkObj)
|
||||||
|
{
|
||||||
|
var base = $(linkObj).attr('id');
|
||||||
|
var summary = $('#'+base+'-summary');
|
||||||
|
var content = $('#'+base+'-content');
|
||||||
|
var trigger = $('#'+base+'-trigger');
|
||||||
|
var src=$(trigger).attr('src');
|
||||||
|
if (content.is(':visible')===true) {
|
||||||
|
content.hide();
|
||||||
|
summary.show();
|
||||||
|
$(linkObj).addClass('closed').removeClass('opened');
|
||||||
|
$(trigger).attr('src',src.substring(0,src.length-8)+'closed.png');
|
||||||
|
} else {
|
||||||
|
content.show();
|
||||||
|
summary.hide();
|
||||||
|
$(linkObj).removeClass('closed').addClass('opened');
|
||||||
|
$(trigger).attr('src',src.substring(0,src.length-10)+'open.png');
|
||||||
|
}
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
function updateStripes()
|
||||||
|
{
|
||||||
|
$('table.directory tr').
|
||||||
|
removeClass('even').filter(':visible:even').addClass('even');
|
||||||
|
}
|
||||||
|
|
||||||
|
function toggleLevel(level)
|
||||||
|
{
|
||||||
|
$('table.directory tr').each(function() {
|
||||||
|
var l = this.id.split('_').length-1;
|
||||||
|
var i = $('#img'+this.id.substring(3));
|
||||||
|
var a = $('#arr'+this.id.substring(3));
|
||||||
|
if (l<level+1) {
|
||||||
|
i.removeClass('iconfopen iconfclosed').addClass('iconfopen');
|
||||||
|
a.html('▼');
|
||||||
|
$(this).show();
|
||||||
|
} else if (l==level+1) {
|
||||||
|
i.removeClass('iconfclosed iconfopen').addClass('iconfclosed');
|
||||||
|
a.html('►');
|
||||||
|
$(this).show();
|
||||||
|
} else {
|
||||||
|
$(this).hide();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
updateStripes();
|
||||||
|
}
|
||||||
|
|
||||||
|
function toggleFolder(id)
|
||||||
|
{
|
||||||
|
// the clicked row
|
||||||
|
var currentRow = $('#row_'+id);
|
||||||
|
|
||||||
|
// all rows after the clicked row
|
||||||
|
var rows = currentRow.nextAll("tr");
|
||||||
|
|
||||||
|
var re = new RegExp('^row_'+id+'\\d+_$', "i"); //only one sub
|
||||||
|
|
||||||
|
// only match elements AFTER this one (can't hide elements before)
|
||||||
|
var childRows = rows.filter(function() { return this.id.match(re); });
|
||||||
|
|
||||||
|
// first row is visible we are HIDING
|
||||||
|
if (childRows.filter(':first').is(':visible')===true) {
|
||||||
|
// replace down arrow by right arrow for current row
|
||||||
|
var currentRowSpans = currentRow.find("span");
|
||||||
|
currentRowSpans.filter(".iconfopen").removeClass("iconfopen").addClass("iconfclosed");
|
||||||
|
currentRowSpans.filter(".arrow").html('►');
|
||||||
|
rows.filter("[id^=row_"+id+"]").hide(); // hide all children
|
||||||
|
} else { // we are SHOWING
|
||||||
|
// replace right arrow by down arrow for current row
|
||||||
|
var currentRowSpans = currentRow.find("span");
|
||||||
|
currentRowSpans.filter(".iconfclosed").removeClass("iconfclosed").addClass("iconfopen");
|
||||||
|
currentRowSpans.filter(".arrow").html('▼');
|
||||||
|
// replace down arrows by right arrows for child rows
|
||||||
|
var childRowsSpans = childRows.find("span");
|
||||||
|
childRowsSpans.filter(".iconfopen").removeClass("iconfopen").addClass("iconfclosed");
|
||||||
|
childRowsSpans.filter(".arrow").html('►');
|
||||||
|
childRows.show(); //show all children
|
||||||
|
}
|
||||||
|
updateStripes();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function toggleInherit(id)
|
||||||
|
{
|
||||||
|
var rows = $('tr.inherit.'+id);
|
||||||
|
var img = $('tr.inherit_header.'+id+' img');
|
||||||
|
var src = $(img).attr('src');
|
||||||
|
if (rows.filter(':first').is(':visible')===true) {
|
||||||
|
rows.css('display','none');
|
||||||
|
$(img).attr('src',src.substring(0,src.length-8)+'closed.png');
|
||||||
|
} else {
|
||||||
|
rows.css('display','table-row'); // using show() causes jump in firefox
|
||||||
|
$(img).attr('src',src.substring(0,src.length-10)+'open.png');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
198
elog_8hpp.html
Normal file
@ -0,0 +1,198 @@
|
|||||||
|
<!-- HTML header for doxygen 1.8.8-->
|
||||||
|
<!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="X-UA-Compatible" content="IE=edge">
|
||||||
|
<!-- For Mobile Devices -->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||||
|
<title>Elog: Etk log interface: framework/atria-soft/elog/elog/elog.hpp File Reference</title>
|
||||||
|
<!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
|
||||||
|
<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>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
</script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
||||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
|
||||||
|
<script type="text/javascript" src="doxy-boot.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<a class="navbar-brand">Elog: Etk log interface 0.4.0</a>
|
||||||
|
</div>
|
||||||
|
<div id="navbar" class="navbar-collapse collapse">
|
||||||
|
<ul class="nav navbar-nav">
|
||||||
|
<li><a href="index.html">Main Page</a></li>
|
||||||
|
<li><a href="pages.html">Related Pages</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="annotated.html">Classes</a></li>
|
||||||
|
<li><a href="files.html">Files</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="nav navbar-nav navbar-right">
|
||||||
|
<li class="dropdown">
|
||||||
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||||
|
Link-libs<span class="caret"></span>
|
||||||
|
</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="http://HeeroYui.github.io/lutin">lutin</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ewol">ewol</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/etk">etk</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ejson">ejson</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/exml">exml</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esvg">esvg</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/egami">egami</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/gale">gale</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ege">ege</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/elog">elog</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ememory">ememory</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/enet">enet</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/eproperty">eproperty</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esignal">esignal</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/zeus">zeus</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/audio-ess">audio-ess</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio">audio</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-drain">audio-drain</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-orchestra">audio-orchestra</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-river">audio-river</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div id="search-box" class="input-group">
|
||||||
|
<div class="input-group-btn">
|
||||||
|
<button aria-expanded="false" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||||
|
<span class="glyphicon glyphicon-search"></span>
|
||||||
|
<span class="caret"></span>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="#">All</a></li>
|
||||||
|
<li><a href="#">Classes</a></li>
|
||||||
|
<li><a href="#">Namespaces</a></li>
|
||||||
|
<li><a href="#">Files</a></li>
|
||||||
|
<li><a href="#">Functions</a></li>
|
||||||
|
<li><a href="#">Variables</a></li>
|
||||||
|
<li><a href="#">Typedefs</a></li>
|
||||||
|
<li><a href="#">Enumerations</a></li>
|
||||||
|
<li><a href="#">Enumerator</a></li>
|
||||||
|
<li><a href="#">Friends</a></li>
|
||||||
|
<li><a href="#">Macros</a></li>
|
||||||
|
<li><a href="#">Pages</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<button id="search-close" type="button" class="close" aria-label="Close">
|
||||||
|
<span aria-hidden="true"></span>
|
||||||
|
</button>
|
||||||
|
<input id="search-field" class="form-control" accesskey="S" onkeydown="searchBox.OnSearchFieldChange(event);" placeholder="Search ..." type="text">
|
||||||
|
</div>
|
||||||
|
</div><!--/.nav-collapse -->
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div class="content" id="content">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-12 panel panel-default" style="padding-bottom: 15px;">
|
||||||
|
<div style="margin-bottom: 15px;">
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.8.11 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
|
</script>
|
||||||
|
<div id="navrow1" class="tabs">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||||
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
||||||
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||||
|
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
||||||
|
<li>
|
||||||
|
<div id="MSearchBox" class="MSearchBoxInactive">
|
||||||
|
<span class="left">
|
||||||
|
<img id="MSearchSelect" src="search/mag_sel.png"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
alt=""/>
|
||||||
|
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||||
|
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||||
|
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||||
|
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||||
|
</span><span class="right">
|
||||||
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="navrow2" class="tabs2">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="files.html"><span>File List</span></a></li>
|
||||||
|
<li><a href="globals.html"><span>File Members</span></a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- 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>
|
||||||
|
|
||||||
|
<div id="nav-path" class="navpath">
|
||||||
|
<ul>
|
||||||
|
<li class="navelem"><a class="el" href="dir_644e041c3a6521da7b27eba0e4eb2b95.html">framework</a></li><li class="navelem"><a class="el" href="dir_a094892b17be858f66bf3446bbb755c7.html">atria-soft</a></li><li class="navelem"><a class="el" href="dir_b41d3cda210a2eb7fba2c14a62079e2f.html">elog</a></li><li class="navelem"><a class="el" href="dir_840c2f10d488013eccb3eb478799a512.html">elog</a></li> </ul>
|
||||||
|
</div>
|
||||||
|
</div><!-- top -->
|
||||||
|
<div class="header">
|
||||||
|
<div class="summary">
|
||||||
|
<a href="#namespaces">Namespaces</a> |
|
||||||
|
<a href="#func-members">Functions</a> </div>
|
||||||
|
<div class="headertitle">
|
||||||
|
<div class="title">elog.hpp File Reference</div> </div>
|
||||||
|
</div><!--header-->
|
||||||
|
<div class="contents">
|
||||||
|
<div class="textblock"><code>#include <string></code><br />
|
||||||
|
</div>
|
||||||
|
<p><a href="elog_8hpp_source.html">Go to the source code of this file.</a></p>
|
||||||
|
<table class="memberdecls">
|
||||||
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
|
||||||
|
Namespaces</h2></td></tr>
|
||||||
|
<tr class="memitem:namespaceelog"><td class="memItemLeft" align="right" valign="top">  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceelog.html">elog</a></td></tr>
|
||||||
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
</table><table class="memberdecls">
|
||||||
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
|
||||||
|
Functions</h2></td></tr>
|
||||||
|
<tr class="memitem:a1005ac82c94e09b499d29b70a98cd5cc"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceelog.html#a1005ac82c94e09b499d29b70a98cd5cc">elog::init</a> (int _argc, const char **_argv)</td></tr>
|
||||||
|
<tr class="separator:a1005ac82c94e09b499d29b70a98cd5cc"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
</table>
|
||||||
|
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||||
|
<div class="textblock"><dl class="section author"><dt>Author</dt><dd>Edouard DUPIN</dd></dl>
|
||||||
|
<dl class="section copyright"><dt>Copyright</dt><dd>2011, Edouard DUPIN, all right reserved</dd></dl>
|
||||||
|
<dl class="section note"><dt>Note</dt><dd>License: APACHE v2.0 (see license file) </dd></dl>
|
||||||
|
</div></div><!-- contents -->
|
||||||
|
<!-- HTML footer for doxygen 1.8.8-->
|
||||||
|
<!-- start footer part -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr class="footer"/><address class="footer"><small>
|
||||||
|
Generated on Sun Oct 23 2016 22:01:38 for Elog: Etk log interface by  <a href="http://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
|
</a> 1.8.11
|
||||||
|
</small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
179
elog_8hpp_source.html
Normal file
@ -0,0 +1,179 @@
|
|||||||
|
<!-- HTML header for doxygen 1.8.8-->
|
||||||
|
<!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="X-UA-Compatible" content="IE=edge">
|
||||||
|
<!-- For Mobile Devices -->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||||
|
<title>Elog: Etk log interface: framework/atria-soft/elog/elog/elog.hpp Source File</title>
|
||||||
|
<!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
|
||||||
|
<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>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
</script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
||||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
|
||||||
|
<script type="text/javascript" src="doxy-boot.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<a class="navbar-brand">Elog: Etk log interface 0.4.0</a>
|
||||||
|
</div>
|
||||||
|
<div id="navbar" class="navbar-collapse collapse">
|
||||||
|
<ul class="nav navbar-nav">
|
||||||
|
<li><a href="index.html">Main Page</a></li>
|
||||||
|
<li><a href="pages.html">Related Pages</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="annotated.html">Classes</a></li>
|
||||||
|
<li><a href="files.html">Files</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="nav navbar-nav navbar-right">
|
||||||
|
<li class="dropdown">
|
||||||
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||||
|
Link-libs<span class="caret"></span>
|
||||||
|
</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="http://HeeroYui.github.io/lutin">lutin</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ewol">ewol</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/etk">etk</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ejson">ejson</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/exml">exml</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esvg">esvg</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/egami">egami</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/gale">gale</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ege">ege</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/elog">elog</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ememory">ememory</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/enet">enet</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/eproperty">eproperty</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esignal">esignal</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/zeus">zeus</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/audio-ess">audio-ess</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio">audio</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-drain">audio-drain</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-orchestra">audio-orchestra</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-river">audio-river</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div id="search-box" class="input-group">
|
||||||
|
<div class="input-group-btn">
|
||||||
|
<button aria-expanded="false" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||||
|
<span class="glyphicon glyphicon-search"></span>
|
||||||
|
<span class="caret"></span>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="#">All</a></li>
|
||||||
|
<li><a href="#">Classes</a></li>
|
||||||
|
<li><a href="#">Namespaces</a></li>
|
||||||
|
<li><a href="#">Files</a></li>
|
||||||
|
<li><a href="#">Functions</a></li>
|
||||||
|
<li><a href="#">Variables</a></li>
|
||||||
|
<li><a href="#">Typedefs</a></li>
|
||||||
|
<li><a href="#">Enumerations</a></li>
|
||||||
|
<li><a href="#">Enumerator</a></li>
|
||||||
|
<li><a href="#">Friends</a></li>
|
||||||
|
<li><a href="#">Macros</a></li>
|
||||||
|
<li><a href="#">Pages</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<button id="search-close" type="button" class="close" aria-label="Close">
|
||||||
|
<span aria-hidden="true"></span>
|
||||||
|
</button>
|
||||||
|
<input id="search-field" class="form-control" accesskey="S" onkeydown="searchBox.OnSearchFieldChange(event);" placeholder="Search ..." type="text">
|
||||||
|
</div>
|
||||||
|
</div><!--/.nav-collapse -->
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div class="content" id="content">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-12 panel panel-default" style="padding-bottom: 15px;">
|
||||||
|
<div style="margin-bottom: 15px;">
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.8.11 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
|
</script>
|
||||||
|
<div id="navrow1" class="tabs">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||||
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
||||||
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||||
|
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
||||||
|
<li>
|
||||||
|
<div id="MSearchBox" class="MSearchBoxInactive">
|
||||||
|
<span class="left">
|
||||||
|
<img id="MSearchSelect" src="search/mag_sel.png"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
alt=""/>
|
||||||
|
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||||
|
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||||
|
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||||
|
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||||
|
</span><span class="right">
|
||||||
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="navrow2" class="tabs2">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="files.html"><span>File List</span></a></li>
|
||||||
|
<li><a href="globals.html"><span>File Members</span></a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- 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>
|
||||||
|
|
||||||
|
<div id="nav-path" class="navpath">
|
||||||
|
<ul>
|
||||||
|
<li class="navelem"><a class="el" href="dir_644e041c3a6521da7b27eba0e4eb2b95.html">framework</a></li><li class="navelem"><a class="el" href="dir_a094892b17be858f66bf3446bbb755c7.html">atria-soft</a></li><li class="navelem"><a class="el" href="dir_b41d3cda210a2eb7fba2c14a62079e2f.html">elog</a></li><li class="navelem"><a class="el" href="dir_840c2f10d488013eccb3eb478799a512.html">elog</a></li> </ul>
|
||||||
|
</div>
|
||||||
|
</div><!-- top -->
|
||||||
|
<div class="header">
|
||||||
|
<div class="headertitle">
|
||||||
|
<div class="title">elog.hpp</div> </div>
|
||||||
|
</div><!--header-->
|
||||||
|
<div class="contents">
|
||||||
|
<a href="elog_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> </div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="preprocessor">#pragma once</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> </div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor">#include <string></span></div><div class="line"><a name="l00014"></a><span class="lineno"><a class="line" href="namespaceelog.html"> 14</a></span> <span class="keyword">namespace </span><a class="code" href="namespaceelog.html">elog</a> {</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>  <span class="keywordtype">void</span> <a class="code" href="namespaceelog.html#a1005ac82c94e09b499d29b70a98cd5cc">init</a>(<span class="keywordtype">int</span> _argc, <span class="keyword">const</span> <span class="keywordtype">char</span>** _argv);</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> }</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> </div><div class="ttc" id="namespaceelog_html_a1005ac82c94e09b499d29b70a98cd5cc"><div class="ttname"><a href="namespaceelog.html#a1005ac82c94e09b499d29b70a98cd5cc">elog::init</a></div><div class="ttdeci">void init(int _argc, const char **_argv)</div><div class="ttdoc">Initialize elog. </div></div>
|
||||||
|
<div class="ttc" id="namespaceelog_html"><div class="ttname"><a href="namespaceelog.html">elog</a></div><div class="ttdoc">basic namespace of the elog library. (it might contain all the elog fuctions without macro) ...</div><div class="ttdef"><b>Definition:</b> elog.hpp:14</div></div>
|
||||||
|
</div><!-- fragment --></div><!-- contents -->
|
||||||
|
<!-- HTML footer for doxygen 1.8.8-->
|
||||||
|
<!-- start footer part -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr class="footer"/><address class="footer"><small>
|
||||||
|
Generated on Sun Oct 23 2016 22:01:38 for Elog: Etk log interface by  <a href="http://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
|
</a> 1.8.11
|
||||||
|
</small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
199
elog_build.html
Normal file
@ -0,0 +1,199 @@
|
|||||||
|
<!-- HTML header for doxygen 1.8.8-->
|
||||||
|
<!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="X-UA-Compatible" content="IE=edge">
|
||||||
|
<!-- For Mobile Devices -->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||||
|
<title>Elog: Etk log interface: Build lib & build sample</title>
|
||||||
|
<!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
|
||||||
|
<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>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
</script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
||||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
|
||||||
|
<script type="text/javascript" src="doxy-boot.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<a class="navbar-brand">Elog: Etk log interface 0.4.0</a>
|
||||||
|
</div>
|
||||||
|
<div id="navbar" class="navbar-collapse collapse">
|
||||||
|
<ul class="nav navbar-nav">
|
||||||
|
<li><a href="index.html">Main Page</a></li>
|
||||||
|
<li><a href="pages.html">Related Pages</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="annotated.html">Classes</a></li>
|
||||||
|
<li><a href="files.html">Files</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="nav navbar-nav navbar-right">
|
||||||
|
<li class="dropdown">
|
||||||
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||||
|
Link-libs<span class="caret"></span>
|
||||||
|
</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="http://HeeroYui.github.io/lutin">lutin</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ewol">ewol</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/etk">etk</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ejson">ejson</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/exml">exml</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esvg">esvg</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/egami">egami</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/gale">gale</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ege">ege</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/elog">elog</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ememory">ememory</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/enet">enet</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/eproperty">eproperty</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esignal">esignal</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/zeus">zeus</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/audio-ess">audio-ess</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio">audio</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-drain">audio-drain</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-orchestra">audio-orchestra</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-river">audio-river</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div id="search-box" class="input-group">
|
||||||
|
<div class="input-group-btn">
|
||||||
|
<button aria-expanded="false" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||||
|
<span class="glyphicon glyphicon-search"></span>
|
||||||
|
<span class="caret"></span>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="#">All</a></li>
|
||||||
|
<li><a href="#">Classes</a></li>
|
||||||
|
<li><a href="#">Namespaces</a></li>
|
||||||
|
<li><a href="#">Files</a></li>
|
||||||
|
<li><a href="#">Functions</a></li>
|
||||||
|
<li><a href="#">Variables</a></li>
|
||||||
|
<li><a href="#">Typedefs</a></li>
|
||||||
|
<li><a href="#">Enumerations</a></li>
|
||||||
|
<li><a href="#">Enumerator</a></li>
|
||||||
|
<li><a href="#">Friends</a></li>
|
||||||
|
<li><a href="#">Macros</a></li>
|
||||||
|
<li><a href="#">Pages</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<button id="search-close" type="button" class="close" aria-label="Close">
|
||||||
|
<span aria-hidden="true"></span>
|
||||||
|
</button>
|
||||||
|
<input id="search-field" class="form-control" accesskey="S" onkeydown="searchBox.OnSearchFieldChange(event);" placeholder="Search ..." type="text">
|
||||||
|
</div>
|
||||||
|
</div><!--/.nav-collapse -->
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div class="content" id="content">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-12 panel panel-default" style="padding-bottom: 15px;">
|
||||||
|
<div style="margin-bottom: 15px;">
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.8.11 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
|
</script>
|
||||||
|
<div id="navrow1" class="tabs">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||||
|
<li class="current"><a href="pages.html"><span>Related Pages</span></a></li>
|
||||||
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||||
|
<li><a href="files.html"><span>Files</span></a></li>
|
||||||
|
<li>
|
||||||
|
<div id="MSearchBox" class="MSearchBoxInactive">
|
||||||
|
<span class="left">
|
||||||
|
<img id="MSearchSelect" src="search/mag_sel.png"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
alt=""/>
|
||||||
|
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||||
|
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||||
|
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||||
|
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||||
|
</span><span class="right">
|
||||||
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- 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>
|
||||||
|
|
||||||
|
</div><!-- top -->
|
||||||
|
<div class="header">
|
||||||
|
<div class="headertitle">
|
||||||
|
<div class="title">Build lib & build sample </div> </div>
|
||||||
|
</div><!--header-->
|
||||||
|
<div class="contents">
|
||||||
|
<div class="toc"><h3>Table of Contents</h3>
|
||||||
|
<ul><li class="level1"><a href="#elog_build_download">Download: </a><ul><li class="level2"><a href="#elog_build_download_lutin">lutin (build-system): </a></li>
|
||||||
|
<li class="level2"><a href="#elog_build_download_dependency">dependency: </a></li>
|
||||||
|
<li class="level2"><a href="#elog_build_download_sources">sources: </a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li class="level1"><a href="#elog_build_build">Build: </a><ul><li class="level2"><a href="#elog_build_build_library">library: </a></li>
|
||||||
|
<li class="level2"><a href="#elog_build_build_sample">Sample: </a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li class="level1"><a href="#elog_build_run_sample">Run sample: </a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="textblock"><h1><a class="anchor" id="elog_build_download"></a>
|
||||||
|
Download: </h1>
|
||||||
|
<p>elog use some tools to manage source and build it:</p>
|
||||||
|
<h2><a class="anchor" id="elog_build_download_lutin"></a>
|
||||||
|
lutin (build-system): </h2>
|
||||||
|
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> pip install lutin --user</div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> # optionnal dependency of lutin (manage image changing size for application release</div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> pip install pillow --user</div></div><!-- fragment --><h2><a class="anchor" id="elog_build_download_dependency"></a>
|
||||||
|
dependency: </h2>
|
||||||
|
<p><b>no dependency</b></p>
|
||||||
|
<h2><a class="anchor" id="elog_build_download_sources"></a>
|
||||||
|
sources: </h2>
|
||||||
|
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> mkdir framework</div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> cd framework</div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> git clone https://github.com/atria-soft/elog.git</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> cd ..</div></div><!-- fragment --><h1><a class="anchor" id="elog_build_build"></a>
|
||||||
|
Build: </h1>
|
||||||
|
<h2><a class="anchor" id="elog_build_build_library"></a>
|
||||||
|
library: </h2>
|
||||||
|
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> lutin -mdebug elog</div></div><!-- fragment --><h2><a class="anchor" id="elog_build_build_sample"></a>
|
||||||
|
Sample: </h2>
|
||||||
|
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> lutin -mdebug elog-sample</div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> lutin -mdebug elog-test</div></div><!-- fragment --><p>Or simple:</p>
|
||||||
|
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> lutin -mdebug elog-*</div></div><!-- fragment --><h1><a class="anchor" id="elog_build_run_sample"></a>
|
||||||
|
Run sample: </h1>
|
||||||
|
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> lutin -mdebug elog-sample?run</div></div><!-- fragment --> </div></div><!-- contents -->
|
||||||
|
<!-- HTML footer for doxygen 1.8.8-->
|
||||||
|
<!-- start footer part -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr class="footer"/><address class="footer"><small>
|
||||||
|
Generated on Sun Oct 23 2016 22:01:38 for Elog: Etk log interface by  <a href="http://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
|
</a> 1.8.11
|
||||||
|
</small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
170
elog_tutorial.html
Normal file
@ -0,0 +1,170 @@
|
|||||||
|
<!-- HTML header for doxygen 1.8.8-->
|
||||||
|
<!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="X-UA-Compatible" content="IE=edge">
|
||||||
|
<!-- For Mobile Devices -->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||||
|
<title>Elog: Etk log interface: Tutorials</title>
|
||||||
|
<!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
|
||||||
|
<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>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
</script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
||||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
|
||||||
|
<script type="text/javascript" src="doxy-boot.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<a class="navbar-brand">Elog: Etk log interface 0.4.0</a>
|
||||||
|
</div>
|
||||||
|
<div id="navbar" class="navbar-collapse collapse">
|
||||||
|
<ul class="nav navbar-nav">
|
||||||
|
<li><a href="index.html">Main Page</a></li>
|
||||||
|
<li><a href="pages.html">Related Pages</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="annotated.html">Classes</a></li>
|
||||||
|
<li><a href="files.html">Files</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="nav navbar-nav navbar-right">
|
||||||
|
<li class="dropdown">
|
||||||
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||||
|
Link-libs<span class="caret"></span>
|
||||||
|
</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="http://HeeroYui.github.io/lutin">lutin</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ewol">ewol</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/etk">etk</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ejson">ejson</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/exml">exml</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esvg">esvg</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/egami">egami</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/gale">gale</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ege">ege</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/elog">elog</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ememory">ememory</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/enet">enet</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/eproperty">eproperty</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esignal">esignal</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/zeus">zeus</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/audio-ess">audio-ess</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio">audio</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-drain">audio-drain</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-orchestra">audio-orchestra</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-river">audio-river</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div id="search-box" class="input-group">
|
||||||
|
<div class="input-group-btn">
|
||||||
|
<button aria-expanded="false" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||||
|
<span class="glyphicon glyphicon-search"></span>
|
||||||
|
<span class="caret"></span>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="#">All</a></li>
|
||||||
|
<li><a href="#">Classes</a></li>
|
||||||
|
<li><a href="#">Namespaces</a></li>
|
||||||
|
<li><a href="#">Files</a></li>
|
||||||
|
<li><a href="#">Functions</a></li>
|
||||||
|
<li><a href="#">Variables</a></li>
|
||||||
|
<li><a href="#">Typedefs</a></li>
|
||||||
|
<li><a href="#">Enumerations</a></li>
|
||||||
|
<li><a href="#">Enumerator</a></li>
|
||||||
|
<li><a href="#">Friends</a></li>
|
||||||
|
<li><a href="#">Macros</a></li>
|
||||||
|
<li><a href="#">Pages</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<button id="search-close" type="button" class="close" aria-label="Close">
|
||||||
|
<span aria-hidden="true"></span>
|
||||||
|
</button>
|
||||||
|
<input id="search-field" class="form-control" accesskey="S" onkeydown="searchBox.OnSearchFieldChange(event);" placeholder="Search ..." type="text">
|
||||||
|
</div>
|
||||||
|
</div><!--/.nav-collapse -->
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div class="content" id="content">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-12 panel panel-default" style="padding-bottom: 15px;">
|
||||||
|
<div style="margin-bottom: 15px;">
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.8.11 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
|
</script>
|
||||||
|
<div id="navrow1" class="tabs">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||||
|
<li class="current"><a href="pages.html"><span>Related Pages</span></a></li>
|
||||||
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||||
|
<li><a href="files.html"><span>Files</span></a></li>
|
||||||
|
<li>
|
||||||
|
<div id="MSearchBox" class="MSearchBoxInactive">
|
||||||
|
<span class="left">
|
||||||
|
<img id="MSearchSelect" src="search/mag_sel.png"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
alt=""/>
|
||||||
|
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||||
|
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||||
|
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||||
|
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||||
|
</span><span class="right">
|
||||||
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- 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>
|
||||||
|
|
||||||
|
</div><!-- top -->
|
||||||
|
<div class="header">
|
||||||
|
<div class="headertitle">
|
||||||
|
<div class="title">Tutorials </div> </div>
|
||||||
|
</div><!--header-->
|
||||||
|
<div class="contents">
|
||||||
|
<div class="textblock"><p><a class="el" href="elog_tutorial_01.html">Elog Tutorial: Add some Log (using)</a></p>
|
||||||
|
<p><a class="el" href="elog_tutorial_02.html">Elog Tutorial: Runtime use</a></p>
|
||||||
|
<p><a class="el" href="elog_tutorial_03.html">Elog Tutorial: Optionnal dependency</a> </p>
|
||||||
|
</div></div><!-- contents -->
|
||||||
|
<!-- HTML footer for doxygen 1.8.8-->
|
||||||
|
<!-- start footer part -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr class="footer"/><address class="footer"><small>
|
||||||
|
Generated on Sun Oct 23 2016 22:01:38 for Elog: Etk log interface by  <a href="http://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
|
</a> 1.8.11
|
||||||
|
</small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
201
elog_tutorial_01.html
Normal file
@ -0,0 +1,201 @@
|
|||||||
|
<!-- HTML header for doxygen 1.8.8-->
|
||||||
|
<!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="X-UA-Compatible" content="IE=edge">
|
||||||
|
<!-- For Mobile Devices -->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||||
|
<title>Elog: Etk log interface: Elog Tutorial: Add some Log (using)</title>
|
||||||
|
<!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
|
||||||
|
<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>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
</script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
||||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
|
||||||
|
<script type="text/javascript" src="doxy-boot.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<a class="navbar-brand">Elog: Etk log interface 0.4.0</a>
|
||||||
|
</div>
|
||||||
|
<div id="navbar" class="navbar-collapse collapse">
|
||||||
|
<ul class="nav navbar-nav">
|
||||||
|
<li><a href="index.html">Main Page</a></li>
|
||||||
|
<li><a href="pages.html">Related Pages</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="annotated.html">Classes</a></li>
|
||||||
|
<li><a href="files.html">Files</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="nav navbar-nav navbar-right">
|
||||||
|
<li class="dropdown">
|
||||||
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||||
|
Link-libs<span class="caret"></span>
|
||||||
|
</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="http://HeeroYui.github.io/lutin">lutin</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ewol">ewol</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/etk">etk</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ejson">ejson</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/exml">exml</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esvg">esvg</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/egami">egami</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/gale">gale</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ege">ege</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/elog">elog</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ememory">ememory</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/enet">enet</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/eproperty">eproperty</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esignal">esignal</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/zeus">zeus</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/audio-ess">audio-ess</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio">audio</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-drain">audio-drain</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-orchestra">audio-orchestra</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-river">audio-river</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div id="search-box" class="input-group">
|
||||||
|
<div class="input-group-btn">
|
||||||
|
<button aria-expanded="false" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||||
|
<span class="glyphicon glyphicon-search"></span>
|
||||||
|
<span class="caret"></span>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="#">All</a></li>
|
||||||
|
<li><a href="#">Classes</a></li>
|
||||||
|
<li><a href="#">Namespaces</a></li>
|
||||||
|
<li><a href="#">Files</a></li>
|
||||||
|
<li><a href="#">Functions</a></li>
|
||||||
|
<li><a href="#">Variables</a></li>
|
||||||
|
<li><a href="#">Typedefs</a></li>
|
||||||
|
<li><a href="#">Enumerations</a></li>
|
||||||
|
<li><a href="#">Enumerator</a></li>
|
||||||
|
<li><a href="#">Friends</a></li>
|
||||||
|
<li><a href="#">Macros</a></li>
|
||||||
|
<li><a href="#">Pages</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<button id="search-close" type="button" class="close" aria-label="Close">
|
||||||
|
<span aria-hidden="true"></span>
|
||||||
|
</button>
|
||||||
|
<input id="search-field" class="form-control" accesskey="S" onkeydown="searchBox.OnSearchFieldChange(event);" placeholder="Search ..." type="text">
|
||||||
|
</div>
|
||||||
|
</div><!--/.nav-collapse -->
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div class="content" id="content">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-12 panel panel-default" style="padding-bottom: 15px;">
|
||||||
|
<div style="margin-bottom: 15px;">
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.8.11 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
|
</script>
|
||||||
|
<div id="navrow1" class="tabs">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||||
|
<li class="current"><a href="pages.html"><span>Related Pages</span></a></li>
|
||||||
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||||
|
<li><a href="files.html"><span>Files</span></a></li>
|
||||||
|
<li>
|
||||||
|
<div id="MSearchBox" class="MSearchBoxInactive">
|
||||||
|
<span class="left">
|
||||||
|
<img id="MSearchSelect" src="search/mag_sel.png"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
alt=""/>
|
||||||
|
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||||
|
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||||
|
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||||
|
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||||
|
</span><span class="right">
|
||||||
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- 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>
|
||||||
|
|
||||||
|
<div id="nav-path" class="navpath">
|
||||||
|
<ul>
|
||||||
|
<li class="navelem"><a class="el" href="elog_tutorial.html">Tutorials</a></li> </ul>
|
||||||
|
</div>
|
||||||
|
</div><!-- top -->
|
||||||
|
<div class="header">
|
||||||
|
<div class="headertitle">
|
||||||
|
<div class="title">Elog Tutorial: Add some Log (using) </div> </div>
|
||||||
|
</div><!--header-->
|
||||||
|
<div class="contents">
|
||||||
|
<div class="toc"><h3>Table of Contents</h3>
|
||||||
|
<ul><li class="level1"><a href="#elog_tutorial_01_declaration">Declaring the list of macro </a></li>
|
||||||
|
<li class="level1"><a href="#elog_tutorial_01_using_it">Using it </a></li>
|
||||||
|
<li class="level1"><a href="#elog_tutorial_01_external">Log in an external logger </a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="textblock"><p>You might not use the log directly. The reson is simple:</p><ul>
|
||||||
|
<li>It is designed to be replaced by an other log library.</li>
|
||||||
|
</ul>
|
||||||
|
<p>This permit you to use custom log library just replacing Macro and basic functions</p>
|
||||||
|
<h1><a class="anchor" id="elog_tutorial_01_declaration"></a>
|
||||||
|
Declaring the list of macro </h1>
|
||||||
|
<p><b>debug.h</b></p>
|
||||||
|
<div class="fragment"></div><!-- fragment --><p><b>debug.cpp</b></p>
|
||||||
|
<div class="fragment"><div class="line"></div><div class="line"><span class="preprocessor">#include "debug.hpp"</span></div><div class="line"></div><div class="line">int32_t appl::getLogId() {</div><div class="line"> <span class="keyword">static</span> int32_t g_val = <a class="code" href="namespaceelog.html#a7e40b0be74fd80765658df83f72a4e3e">elog::registerInstance</a>(<span class="stringliteral">"your application name"</span>);</div><div class="line"> <span class="keywordflow">return</span> g_val;</div><div class="line">}</div><div class="line"></div></div><!-- fragment --><ul>
|
||||||
|
<li>on your main application:</li>
|
||||||
|
</ul>
|
||||||
|
<div class="fragment"><div class="line"><span class="preprocessor">#include "debug.hpp"</span></div><div class="line"><span class="preprocessor">#include <<a class="code" href="elog_8hpp.html">elog/elog.hpp</a>></span></div></div><!-- fragment --><div class="fragment"><div class="line"><span class="keywordtype">int</span> main(<span class="keywordtype">int</span> _argc, <span class="keyword">const</span> <span class="keywordtype">char</span> *_argv[]) {</div><div class="line"> <span class="comment">// if you use etk/ewol/gale, elog init in contain in it.</span></div><div class="line"> <a class="code" href="namespaceelog.html#a1005ac82c94e09b499d29b70a98cd5cc">elog::init</a>(_argc, _argv);</div></div><!-- fragment --> <h1><a class="anchor" id="elog_tutorial_01_using_it"></a>
|
||||||
|
Using it </h1>
|
||||||
|
<p>You just need to call the macro whe you want to add debug log:</p>
|
||||||
|
<div class="fragment"><div class="line"> APPL_VERBOSE(<span class="stringliteral">"VERBOSE display"</span>);</div><div class="line"> APPL_DEBUG(<span class="stringliteral">"DEBUG display"</span>);</div><div class="line"> APPL_INFO(<span class="stringliteral">"INFO display"</span>);</div><div class="line"> APPL_WARNING(<span class="stringliteral">"WARNING display"</span>);</div><div class="line"> APPL_ERROR(<span class="stringliteral">"ERROR display"</span>);</div><div class="line"> APPL_PRINT(<span class="stringliteral">"PRINT display"</span>);</div><div class="line"> <span class="comment">//APPL_CRITICAL("CRITICAL display"); // Disable critical because it create an assert ...</span></div></div><!-- fragment --><h2>Specification of logs </h2>
|
||||||
|
<ul>
|
||||||
|
<li>*_CRITICAL(***); This will log the data and asert just after (display backtrace if possible)</li>
|
||||||
|
<li>*_PRINT(***); display on console (can not be removed with the log-level)</li>
|
||||||
|
</ul>
|
||||||
|
<h1><a class="anchor" id="elog_tutorial_01_external"></a>
|
||||||
|
Log in an external logger </h1>
|
||||||
|
<p>You must specify an external function that is receiving the logs:</p>
|
||||||
|
<div class="fragment"><div class="line"><span class="keyword">static</span> <span class="keywordtype">void</span> myExternalLogCallback(<span class="keyword">const</span> <span class="keywordtype">char</span>* _libName, <span class="keyword">enum</span> <a class="code" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89">elog::level</a> _level, int32_t _ligne, <span class="keyword">const</span> <span class="keywordtype">char</span>* _funcName, <span class="keyword">const</span> <span class="keywordtype">char</span>* _log) {</div></div><!-- fragment --><p> Now you must connect it on the elog backend:</p>
|
||||||
|
<div class="fragment"><div class="line"> <span class="comment">// Set a callback:</span></div><div class="line"> <a class="code" href="namespaceelog.html#a8c02ad11df203c22c7e65c759b43efdd">elog::setCallbackLog</a>(&myExternalLogCallback);</div></div><!-- fragment --> <div class="fragment"><div class="line"><a class="code" href="namespaceelog.html#a8c02ad11df203c22c7e65c759b43efdd">elog::setCallbackLog</a>(&myExternalLogCallback);</div></div><!-- fragment --><p>The full code of the callback: </p><div class="fragment"><div class="line"><span class="keyword">static</span> <span class="keywordtype">void</span> myExternalLogCallback(<span class="keyword">const</span> <span class="keywordtype">char</span>* _libName, <span class="keyword">enum</span> <a class="code" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89">elog::level</a> _level, int32_t _ligne, <span class="keyword">const</span> <span class="keywordtype">char</span>* _funcName, <span class="keyword">const</span> <span class="keywordtype">char</span>* _log) {</div><div class="line"> <span class="keywordflow">switch</span>(_level) {</div><div class="line"> <span class="keywordflow">default</span>:</div><div class="line"> std::cout << <span class="stringliteral">"[?] "</span>;</div><div class="line"> <span class="keywordflow">break</span>;</div><div class="line"> <span class="keywordflow">case</span> <a class="code" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89a93c9ecff62779bddcc1bc2e7fc5dd829">elog::level_print</a>:</div><div class="line"> std::cout << <span class="stringliteral">"[P] "</span>;</div><div class="line"> <span class="keywordflow">break</span>;</div><div class="line"> <span class="keywordflow">case</span> <a class="code" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89a4c2b8e97dbaeda89eb1fbce53e691625">elog::level_critical</a>:</div><div class="line"> std::cout << <span class="stringliteral">"[C] "</span>;</div><div class="line"> <span class="keywordflow">break</span>;</div><div class="line"> <span class="keywordflow">case</span> <a class="code" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89add2b92a662d3e09201bfc37cf42f906c">elog::level_error</a>:</div><div class="line"> std::cout << <span class="stringliteral">"[E] "</span>;</div><div class="line"> <span class="keywordflow">break</span>;</div><div class="line"> <span class="keywordflow">case</span> <a class="code" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89abe0c0f2534e916ba560a798d1392ce0c">elog::level_warning</a>:</div><div class="line"> std::cout << <span class="stringliteral">"[W] "</span>;</div><div class="line"> <span class="keywordflow">break</span>;</div><div class="line"> <span class="keywordflow">case</span> <a class="code" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89aec0f38e9cdb484718ef007a57628e021">elog::level_info</a>:</div><div class="line"> std::cout << <span class="stringliteral">"[I] "</span>;</div><div class="line"> <span class="keywordflow">break</span>;</div><div class="line"> <span class="keywordflow">case</span> <a class="code" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89a97d8804cb4c8776f67824ec0acf53efb">elog::level_debug</a>:</div><div class="line"> std::cout << <span class="stringliteral">"[D] "</span>;</div><div class="line"> <span class="keywordflow">break</span>;</div><div class="line"> <span class="keywordflow">case</span> <a class="code" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89adf726904a7486e61530282123dbd58cd">elog::level_verbose</a>:</div><div class="line"> std::cout << <span class="stringliteral">"[V] "</span>;</div><div class="line"> <span class="keywordflow">break</span>;</div><div class="line"> }</div><div class="line"> std::cout << _libName << <span class="stringliteral">" ("</span> << _ligne << <span class="stringliteral">") "</span> << _funcName << <span class="stringliteral">" | "</span> << _log << std::endl;</div><div class="line">}</div></div><!-- fragment --><p> you can test the program:</p>
|
||||||
|
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> lutin -C -P -mdebug elog-sample?build?run:--elog-level=2</div></div><!-- fragment --> </div></div><!-- contents -->
|
||||||
|
<!-- HTML footer for doxygen 1.8.8-->
|
||||||
|
<!-- start footer part -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr class="footer"/><address class="footer"><small>
|
||||||
|
Generated on Sun Oct 23 2016 22:01:38 for Elog: Etk log interface by  <a href="http://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
|
</a> 1.8.11
|
||||||
|
</small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
175
elog_tutorial_02.html
Normal file
@ -0,0 +1,175 @@
|
|||||||
|
<!-- HTML header for doxygen 1.8.8-->
|
||||||
|
<!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="X-UA-Compatible" content="IE=edge">
|
||||||
|
<!-- For Mobile Devices -->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||||
|
<title>Elog: Etk log interface: Elog Tutorial: Runtime use</title>
|
||||||
|
<!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
|
||||||
|
<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>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
</script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
||||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
|
||||||
|
<script type="text/javascript" src="doxy-boot.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<a class="navbar-brand">Elog: Etk log interface 0.4.0</a>
|
||||||
|
</div>
|
||||||
|
<div id="navbar" class="navbar-collapse collapse">
|
||||||
|
<ul class="nav navbar-nav">
|
||||||
|
<li><a href="index.html">Main Page</a></li>
|
||||||
|
<li><a href="pages.html">Related Pages</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="annotated.html">Classes</a></li>
|
||||||
|
<li><a href="files.html">Files</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="nav navbar-nav navbar-right">
|
||||||
|
<li class="dropdown">
|
||||||
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||||
|
Link-libs<span class="caret"></span>
|
||||||
|
</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="http://HeeroYui.github.io/lutin">lutin</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ewol">ewol</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/etk">etk</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ejson">ejson</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/exml">exml</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esvg">esvg</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/egami">egami</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/gale">gale</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ege">ege</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/elog">elog</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ememory">ememory</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/enet">enet</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/eproperty">eproperty</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esignal">esignal</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/zeus">zeus</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/audio-ess">audio-ess</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio">audio</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-drain">audio-drain</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-orchestra">audio-orchestra</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-river">audio-river</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div id="search-box" class="input-group">
|
||||||
|
<div class="input-group-btn">
|
||||||
|
<button aria-expanded="false" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||||
|
<span class="glyphicon glyphicon-search"></span>
|
||||||
|
<span class="caret"></span>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="#">All</a></li>
|
||||||
|
<li><a href="#">Classes</a></li>
|
||||||
|
<li><a href="#">Namespaces</a></li>
|
||||||
|
<li><a href="#">Files</a></li>
|
||||||
|
<li><a href="#">Functions</a></li>
|
||||||
|
<li><a href="#">Variables</a></li>
|
||||||
|
<li><a href="#">Typedefs</a></li>
|
||||||
|
<li><a href="#">Enumerations</a></li>
|
||||||
|
<li><a href="#">Enumerator</a></li>
|
||||||
|
<li><a href="#">Friends</a></li>
|
||||||
|
<li><a href="#">Macros</a></li>
|
||||||
|
<li><a href="#">Pages</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<button id="search-close" type="button" class="close" aria-label="Close">
|
||||||
|
<span aria-hidden="true"></span>
|
||||||
|
</button>
|
||||||
|
<input id="search-field" class="form-control" accesskey="S" onkeydown="searchBox.OnSearchFieldChange(event);" placeholder="Search ..." type="text">
|
||||||
|
</div>
|
||||||
|
</div><!--/.nav-collapse -->
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div class="content" id="content">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-12 panel panel-default" style="padding-bottom: 15px;">
|
||||||
|
<div style="margin-bottom: 15px;">
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.8.11 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
|
</script>
|
||||||
|
<div id="navrow1" class="tabs">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||||
|
<li class="current"><a href="pages.html"><span>Related Pages</span></a></li>
|
||||||
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||||
|
<li><a href="files.html"><span>Files</span></a></li>
|
||||||
|
<li>
|
||||||
|
<div id="MSearchBox" class="MSearchBoxInactive">
|
||||||
|
<span class="left">
|
||||||
|
<img id="MSearchSelect" src="search/mag_sel.png"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
alt=""/>
|
||||||
|
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||||
|
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||||
|
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||||
|
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||||
|
</span><span class="right">
|
||||||
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- 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>
|
||||||
|
|
||||||
|
<div id="nav-path" class="navpath">
|
||||||
|
<ul>
|
||||||
|
<li class="navelem"><a class="el" href="elog_tutorial.html">Tutorials</a></li> </ul>
|
||||||
|
</div>
|
||||||
|
</div><!-- top -->
|
||||||
|
<div class="header">
|
||||||
|
<div class="headertitle">
|
||||||
|
<div class="title">Elog Tutorial: Runtime use </div> </div>
|
||||||
|
</div><!--header-->
|
||||||
|
<div class="contents">
|
||||||
|
<div class="textblock"><p>When you build your application you can access some log configuration:</p>
|
||||||
|
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> ./yourApplication --help</div></div><!-- fragment --><p>you might have an output for elog: </p><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> [P] elog - help : </div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span> [P] yourApplication [options]</div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span> [P] --elog-level= Change the default log level (set all Log level):</div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span> [P] 0: debug None (default in release)</div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span> [P] 1: debug Critical</div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span> [P] 2: debug Error</div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span> [P] 3: debug Warning</div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span> [P] 4: debug Info (default in debug)</div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span> [P] 5: debug Debug</div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span> [P] 6: debug Verbose</div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span> [P] --elog-lib=name:X Set a library specific level:</div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span> [P] name Name of the library</div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span> [P] X Log level to set [0..6]</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span> [P] note: ':' can be replace with '/' or '+'</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span> [P] --elog-file=pathToFile File to store the logs: (disable console logs)</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span> [P] --elog-color Enable color in log (default in Linux/debug)</div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span> [P] --elog-no-color Disable color in log (default in Linux/release and Other)</div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span> [P] --elog-config= Configure the Log interface</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span> [P] t: diplay time</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span> [P] T: diplay thread id</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span> [P] N: diplay thread name</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span> [P] L: diplay line number</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span> [P] l: diplay lib name</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span> [P] f: diplay function name</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span> [P] -h/--help: Display this help</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span> [P] example:</div><div class="line"><a name="l00027"></a><span class="lineno"> 27</span> [P] yourApplication --elog-color --elog-level=2 --elog-lib=etk:5 --elog-lib=appl:6 --elog-config=NLlf</div></div><!-- fragment --><p>Then you can simply select the log level with:</p>
|
||||||
|
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> ./yourApplication --elog-level=5</div></div><!-- fragment --><p>Or select a sub-element log level:</p>
|
||||||
|
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> ./yourApplication --elog-lib=elog:1 --elog-lib=appl:6</div></div><!-- fragment --><h2>Store in a file: </h2>
|
||||||
|
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> ./yourApplication --elog-file=log.txt</div></div><!-- fragment --> </div></div><!-- contents -->
|
||||||
|
<!-- HTML footer for doxygen 1.8.8-->
|
||||||
|
<!-- start footer part -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr class="footer"/><address class="footer"><small>
|
||||||
|
Generated on Sun Oct 23 2016 22:01:38 for Elog: Etk log interface by  <a href="http://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
|
</a> 1.8.11
|
||||||
|
</small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
173
elog_tutorial_03.html
Normal file
@ -0,0 +1,173 @@
|
|||||||
|
<!-- HTML header for doxygen 1.8.8-->
|
||||||
|
<!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="X-UA-Compatible" content="IE=edge">
|
||||||
|
<!-- For Mobile Devices -->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||||
|
<title>Elog: Etk log interface: Elog Tutorial: Optionnal dependency</title>
|
||||||
|
<!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
|
||||||
|
<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>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
</script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
||||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
|
||||||
|
<script type="text/javascript" src="doxy-boot.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<a class="navbar-brand">Elog: Etk log interface 0.4.0</a>
|
||||||
|
</div>
|
||||||
|
<div id="navbar" class="navbar-collapse collapse">
|
||||||
|
<ul class="nav navbar-nav">
|
||||||
|
<li><a href="index.html">Main Page</a></li>
|
||||||
|
<li><a href="pages.html">Related Pages</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="annotated.html">Classes</a></li>
|
||||||
|
<li><a href="files.html">Files</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="nav navbar-nav navbar-right">
|
||||||
|
<li class="dropdown">
|
||||||
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||||
|
Link-libs<span class="caret"></span>
|
||||||
|
</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="http://HeeroYui.github.io/lutin">lutin</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ewol">ewol</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/etk">etk</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ejson">ejson</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/exml">exml</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esvg">esvg</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/egami">egami</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/gale">gale</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ege">ege</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/elog">elog</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ememory">ememory</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/enet">enet</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/eproperty">eproperty</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esignal">esignal</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/zeus">zeus</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/audio-ess">audio-ess</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio">audio</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-drain">audio-drain</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-orchestra">audio-orchestra</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-river">audio-river</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div id="search-box" class="input-group">
|
||||||
|
<div class="input-group-btn">
|
||||||
|
<button aria-expanded="false" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||||
|
<span class="glyphicon glyphicon-search"></span>
|
||||||
|
<span class="caret"></span>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="#">All</a></li>
|
||||||
|
<li><a href="#">Classes</a></li>
|
||||||
|
<li><a href="#">Namespaces</a></li>
|
||||||
|
<li><a href="#">Files</a></li>
|
||||||
|
<li><a href="#">Functions</a></li>
|
||||||
|
<li><a href="#">Variables</a></li>
|
||||||
|
<li><a href="#">Typedefs</a></li>
|
||||||
|
<li><a href="#">Enumerations</a></li>
|
||||||
|
<li><a href="#">Enumerator</a></li>
|
||||||
|
<li><a href="#">Friends</a></li>
|
||||||
|
<li><a href="#">Macros</a></li>
|
||||||
|
<li><a href="#">Pages</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<button id="search-close" type="button" class="close" aria-label="Close">
|
||||||
|
<span aria-hidden="true"></span>
|
||||||
|
</button>
|
||||||
|
<input id="search-field" class="form-control" accesskey="S" onkeydown="searchBox.OnSearchFieldChange(event);" placeholder="Search ..." type="text">
|
||||||
|
</div>
|
||||||
|
</div><!--/.nav-collapse -->
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div class="content" id="content">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-12 panel panel-default" style="padding-bottom: 15px;">
|
||||||
|
<div style="margin-bottom: 15px;">
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.8.11 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
|
</script>
|
||||||
|
<div id="navrow1" class="tabs">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||||
|
<li class="current"><a href="pages.html"><span>Related Pages</span></a></li>
|
||||||
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||||
|
<li><a href="files.html"><span>Files</span></a></li>
|
||||||
|
<li>
|
||||||
|
<div id="MSearchBox" class="MSearchBoxInactive">
|
||||||
|
<span class="left">
|
||||||
|
<img id="MSearchSelect" src="search/mag_sel.png"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
alt=""/>
|
||||||
|
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||||
|
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||||
|
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||||
|
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||||
|
</span><span class="right">
|
||||||
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- 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>
|
||||||
|
|
||||||
|
<div id="nav-path" class="navpath">
|
||||||
|
<ul>
|
||||||
|
<li class="navelem"><a class="el" href="elog_tutorial.html">Tutorials</a></li> </ul>
|
||||||
|
</div>
|
||||||
|
</div><!-- top -->
|
||||||
|
<div class="header">
|
||||||
|
<div class="headertitle">
|
||||||
|
<div class="title">Elog Tutorial: Optionnal dependency </div> </div>
|
||||||
|
</div><!--header-->
|
||||||
|
<div class="contents">
|
||||||
|
<div class="textblock"><p>Elog have 1 optionnal dependency that is <a href="http://atria-soft.github.io/ethread">ethread</a></p>
|
||||||
|
<p>It permit to register a name of a thread and a specific unique ID. </p>
|
||||||
|
</div></div><!-- contents -->
|
||||||
|
<!-- HTML footer for doxygen 1.8.8-->
|
||||||
|
<!-- start footer part -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr class="footer"/><address class="footer"><small>
|
||||||
|
Generated on Sun Oct 23 2016 22:01:38 for Elog: Etk log interface by  <a href="http://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
|
</a> 1.8.11
|
||||||
|
</small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
183
files.html
Normal file
@ -0,0 +1,183 @@
|
|||||||
|
<!-- HTML header for doxygen 1.8.8-->
|
||||||
|
<!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="X-UA-Compatible" content="IE=edge">
|
||||||
|
<!-- For Mobile Devices -->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||||
|
<title>Elog: Etk log interface: File List</title>
|
||||||
|
<!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
|
||||||
|
<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>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
</script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
||||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
|
||||||
|
<script type="text/javascript" src="doxy-boot.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<a class="navbar-brand">Elog: Etk log interface 0.4.0</a>
|
||||||
|
</div>
|
||||||
|
<div id="navbar" class="navbar-collapse collapse">
|
||||||
|
<ul class="nav navbar-nav">
|
||||||
|
<li><a href="index.html">Main Page</a></li>
|
||||||
|
<li><a href="pages.html">Related Pages</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="annotated.html">Classes</a></li>
|
||||||
|
<li><a href="files.html">Files</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="nav navbar-nav navbar-right">
|
||||||
|
<li class="dropdown">
|
||||||
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||||
|
Link-libs<span class="caret"></span>
|
||||||
|
</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="http://HeeroYui.github.io/lutin">lutin</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ewol">ewol</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/etk">etk</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ejson">ejson</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/exml">exml</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esvg">esvg</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/egami">egami</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/gale">gale</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ege">ege</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/elog">elog</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ememory">ememory</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/enet">enet</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/eproperty">eproperty</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esignal">esignal</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/zeus">zeus</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/audio-ess">audio-ess</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio">audio</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-drain">audio-drain</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-orchestra">audio-orchestra</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-river">audio-river</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div id="search-box" class="input-group">
|
||||||
|
<div class="input-group-btn">
|
||||||
|
<button aria-expanded="false" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||||
|
<span class="glyphicon glyphicon-search"></span>
|
||||||
|
<span class="caret"></span>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="#">All</a></li>
|
||||||
|
<li><a href="#">Classes</a></li>
|
||||||
|
<li><a href="#">Namespaces</a></li>
|
||||||
|
<li><a href="#">Files</a></li>
|
||||||
|
<li><a href="#">Functions</a></li>
|
||||||
|
<li><a href="#">Variables</a></li>
|
||||||
|
<li><a href="#">Typedefs</a></li>
|
||||||
|
<li><a href="#">Enumerations</a></li>
|
||||||
|
<li><a href="#">Enumerator</a></li>
|
||||||
|
<li><a href="#">Friends</a></li>
|
||||||
|
<li><a href="#">Macros</a></li>
|
||||||
|
<li><a href="#">Pages</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<button id="search-close" type="button" class="close" aria-label="Close">
|
||||||
|
<span aria-hidden="true"></span>
|
||||||
|
</button>
|
||||||
|
<input id="search-field" class="form-control" accesskey="S" onkeydown="searchBox.OnSearchFieldChange(event);" placeholder="Search ..." type="text">
|
||||||
|
</div>
|
||||||
|
</div><!--/.nav-collapse -->
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div class="content" id="content">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-12 panel panel-default" style="padding-bottom: 15px;">
|
||||||
|
<div style="margin-bottom: 15px;">
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.8.11 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
|
</script>
|
||||||
|
<div id="navrow1" class="tabs">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||||
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
||||||
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||||
|
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
||||||
|
<li>
|
||||||
|
<div id="MSearchBox" class="MSearchBoxInactive">
|
||||||
|
<span class="left">
|
||||||
|
<img id="MSearchSelect" src="search/mag_sel.png"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
alt=""/>
|
||||||
|
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||||
|
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||||
|
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||||
|
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||||
|
</span><span class="right">
|
||||||
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="navrow2" class="tabs2">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li class="current"><a href="files.html"><span>File List</span></a></li>
|
||||||
|
<li><a href="globals.html"><span>File Members</span></a></li>
|
||||||
|
</ul>
|
||||||
|
</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>
|
||||||
|
|
||||||
|
<div class="header">
|
||||||
|
<div class="headertitle">
|
||||||
|
<div class="title">File List</div> </div>
|
||||||
|
</div><!--header-->
|
||||||
|
<div class="contents">
|
||||||
|
<div class="textblock">Here is a list of all documented files with brief descriptions:</div><div class="directory">
|
||||||
|
<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span><span onclick="javascript:toggleLevel(3);">3</span><span onclick="javascript:toggleLevel(4);">4</span><span onclick="javascript:toggleLevel(5);">5</span>]</div><table class="directory">
|
||||||
|
<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">▼</span><span id="img_0_" class="iconfopen" onclick="toggleFolder('0_')"> </span><a class="el" href="dir_644e041c3a6521da7b27eba0e4eb2b95.html" target="_self">framework</a></td><td class="desc"></td></tr>
|
||||||
|
<tr id="row_0_0_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_0_" class="arrow" onclick="toggleFolder('0_0_')">▼</span><span id="img_0_0_" class="iconfopen" onclick="toggleFolder('0_0_')"> </span><a class="el" href="dir_a094892b17be858f66bf3446bbb755c7.html" target="_self">atria-soft</a></td><td class="desc"></td></tr>
|
||||||
|
<tr id="row_0_0_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_0_0_0_" class="arrow" onclick="toggleFolder('0_0_0_')">▼</span><span id="img_0_0_0_" class="iconfopen" onclick="toggleFolder('0_0_0_')"> </span><a class="el" href="dir_b41d3cda210a2eb7fba2c14a62079e2f.html" target="_self">elog</a></td><td class="desc"></td></tr>
|
||||||
|
<tr id="row_0_0_0_0_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span id="arr_0_0_0_0_" class="arrow" onclick="toggleFolder('0_0_0_0_')">▼</span><span id="img_0_0_0_0_" class="iconfopen" onclick="toggleFolder('0_0_0_0_')"> </span><a class="el" href="dir_840c2f10d488013eccb3eb478799a512.html" target="_self">elog</a></td><td class="desc"></td></tr>
|
||||||
|
<tr id="row_0_0_0_0_0_" class="even"><td class="entry"><span style="width:80px;display:inline-block;"> </span><a href="elog_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="elog_8hpp.html" target="_self">elog.hpp</a></td><td class="desc"></td></tr>
|
||||||
|
<tr id="row_0_0_0_0_1_"><td class="entry"><span style="width:80px;display:inline-block;"> </span><a href="log_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="log_8hpp.html" target="_self">log.hpp</a></td><td class="desc"></td></tr>
|
||||||
|
</table>
|
||||||
|
</div><!-- directory -->
|
||||||
|
</div><!-- contents -->
|
||||||
|
<!-- HTML footer for doxygen 1.8.8-->
|
||||||
|
<!-- start footer part -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr class="footer"/><address class="footer"><small>
|
||||||
|
Generated on Sun Oct 23 2016 22:01:38 for Elog: Etk log interface by  <a href="http://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
|
</a> 1.8.11
|
||||||
|
</small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
BIN
folderclosed.png
Normal file
After Width: | Height: | Size: 616 B |
BIN
folderopen.png
Normal file
After Width: | Height: | Size: 597 B |
180
globals.html
Normal file
@ -0,0 +1,180 @@
|
|||||||
|
<!-- HTML header for doxygen 1.8.8-->
|
||||||
|
<!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="X-UA-Compatible" content="IE=edge">
|
||||||
|
<!-- For Mobile Devices -->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||||
|
<title>Elog: Etk log interface: File Members</title>
|
||||||
|
<!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
|
||||||
|
<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>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
</script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
||||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
|
||||||
|
<script type="text/javascript" src="doxy-boot.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<a class="navbar-brand">Elog: Etk log interface 0.4.0</a>
|
||||||
|
</div>
|
||||||
|
<div id="navbar" class="navbar-collapse collapse">
|
||||||
|
<ul class="nav navbar-nav">
|
||||||
|
<li><a href="index.html">Main Page</a></li>
|
||||||
|
<li><a href="pages.html">Related Pages</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="annotated.html">Classes</a></li>
|
||||||
|
<li><a href="files.html">Files</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="nav navbar-nav navbar-right">
|
||||||
|
<li class="dropdown">
|
||||||
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||||
|
Link-libs<span class="caret"></span>
|
||||||
|
</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="http://HeeroYui.github.io/lutin">lutin</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ewol">ewol</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/etk">etk</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ejson">ejson</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/exml">exml</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esvg">esvg</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/egami">egami</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/gale">gale</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ege">ege</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/elog">elog</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ememory">ememory</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/enet">enet</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/eproperty">eproperty</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esignal">esignal</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/zeus">zeus</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/audio-ess">audio-ess</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio">audio</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-drain">audio-drain</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-orchestra">audio-orchestra</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-river">audio-river</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div id="search-box" class="input-group">
|
||||||
|
<div class="input-group-btn">
|
||||||
|
<button aria-expanded="false" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||||
|
<span class="glyphicon glyphicon-search"></span>
|
||||||
|
<span class="caret"></span>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="#">All</a></li>
|
||||||
|
<li><a href="#">Classes</a></li>
|
||||||
|
<li><a href="#">Namespaces</a></li>
|
||||||
|
<li><a href="#">Files</a></li>
|
||||||
|
<li><a href="#">Functions</a></li>
|
||||||
|
<li><a href="#">Variables</a></li>
|
||||||
|
<li><a href="#">Typedefs</a></li>
|
||||||
|
<li><a href="#">Enumerations</a></li>
|
||||||
|
<li><a href="#">Enumerator</a></li>
|
||||||
|
<li><a href="#">Friends</a></li>
|
||||||
|
<li><a href="#">Macros</a></li>
|
||||||
|
<li><a href="#">Pages</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<button id="search-close" type="button" class="close" aria-label="Close">
|
||||||
|
<span aria-hidden="true"></span>
|
||||||
|
</button>
|
||||||
|
<input id="search-field" class="form-control" accesskey="S" onkeydown="searchBox.OnSearchFieldChange(event);" placeholder="Search ..." type="text">
|
||||||
|
</div>
|
||||||
|
</div><!--/.nav-collapse -->
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div class="content" id="content">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-12 panel panel-default" style="padding-bottom: 15px;">
|
||||||
|
<div style="margin-bottom: 15px;">
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.8.11 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
|
</script>
|
||||||
|
<div id="navrow1" class="tabs">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||||
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
||||||
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||||
|
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
||||||
|
<li>
|
||||||
|
<div id="MSearchBox" class="MSearchBoxInactive">
|
||||||
|
<span class="left">
|
||||||
|
<img id="MSearchSelect" src="search/mag_sel.png"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
alt=""/>
|
||||||
|
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||||
|
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||||
|
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||||
|
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||||
|
</span><span class="right">
|
||||||
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="navrow2" class="tabs2">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="files.html"><span>File List</span></a></li>
|
||||||
|
<li class="current"><a href="globals.html"><span>File Members</span></a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="navrow3" class="tabs2">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li class="current"><a href="globals.html"><span>All</span></a></li>
|
||||||
|
<li><a href="globals_defs.html"><span>Macros</span></a></li>
|
||||||
|
</ul>
|
||||||
|
</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>
|
||||||
|
|
||||||
|
<div class="contents">
|
||||||
|
<div class="textblock">Here is a list of all documented file members with links to the documentation:</div><ul>
|
||||||
|
<li>ELOG_BASE
|
||||||
|
: <a class="el" href="log_8hpp.html#aa40f1ece2f1d083805177411e2129690">log.hpp</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div><!-- contents -->
|
||||||
|
<!-- HTML footer for doxygen 1.8.8-->
|
||||||
|
<!-- start footer part -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr class="footer"/><address class="footer"><small>
|
||||||
|
Generated on Sun Oct 23 2016 22:01:38 for Elog: Etk log interface by  <a href="http://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
|
</a> 1.8.11
|
||||||
|
</small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
180
globals_defs.html
Normal file
@ -0,0 +1,180 @@
|
|||||||
|
<!-- HTML header for doxygen 1.8.8-->
|
||||||
|
<!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="X-UA-Compatible" content="IE=edge">
|
||||||
|
<!-- For Mobile Devices -->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||||
|
<title>Elog: Etk log interface: File Members</title>
|
||||||
|
<!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
|
||||||
|
<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>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
</script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
||||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
|
||||||
|
<script type="text/javascript" src="doxy-boot.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<a class="navbar-brand">Elog: Etk log interface 0.4.0</a>
|
||||||
|
</div>
|
||||||
|
<div id="navbar" class="navbar-collapse collapse">
|
||||||
|
<ul class="nav navbar-nav">
|
||||||
|
<li><a href="index.html">Main Page</a></li>
|
||||||
|
<li><a href="pages.html">Related Pages</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="annotated.html">Classes</a></li>
|
||||||
|
<li><a href="files.html">Files</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="nav navbar-nav navbar-right">
|
||||||
|
<li class="dropdown">
|
||||||
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||||
|
Link-libs<span class="caret"></span>
|
||||||
|
</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="http://HeeroYui.github.io/lutin">lutin</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ewol">ewol</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/etk">etk</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ejson">ejson</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/exml">exml</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esvg">esvg</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/egami">egami</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/gale">gale</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ege">ege</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/elog">elog</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ememory">ememory</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/enet">enet</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/eproperty">eproperty</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esignal">esignal</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/zeus">zeus</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/audio-ess">audio-ess</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio">audio</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-drain">audio-drain</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-orchestra">audio-orchestra</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-river">audio-river</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div id="search-box" class="input-group">
|
||||||
|
<div class="input-group-btn">
|
||||||
|
<button aria-expanded="false" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||||
|
<span class="glyphicon glyphicon-search"></span>
|
||||||
|
<span class="caret"></span>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="#">All</a></li>
|
||||||
|
<li><a href="#">Classes</a></li>
|
||||||
|
<li><a href="#">Namespaces</a></li>
|
||||||
|
<li><a href="#">Files</a></li>
|
||||||
|
<li><a href="#">Functions</a></li>
|
||||||
|
<li><a href="#">Variables</a></li>
|
||||||
|
<li><a href="#">Typedefs</a></li>
|
||||||
|
<li><a href="#">Enumerations</a></li>
|
||||||
|
<li><a href="#">Enumerator</a></li>
|
||||||
|
<li><a href="#">Friends</a></li>
|
||||||
|
<li><a href="#">Macros</a></li>
|
||||||
|
<li><a href="#">Pages</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<button id="search-close" type="button" class="close" aria-label="Close">
|
||||||
|
<span aria-hidden="true"></span>
|
||||||
|
</button>
|
||||||
|
<input id="search-field" class="form-control" accesskey="S" onkeydown="searchBox.OnSearchFieldChange(event);" placeholder="Search ..." type="text">
|
||||||
|
</div>
|
||||||
|
</div><!--/.nav-collapse -->
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div class="content" id="content">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-12 panel panel-default" style="padding-bottom: 15px;">
|
||||||
|
<div style="margin-bottom: 15px;">
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.8.11 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
|
</script>
|
||||||
|
<div id="navrow1" class="tabs">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||||
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
||||||
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||||
|
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
||||||
|
<li>
|
||||||
|
<div id="MSearchBox" class="MSearchBoxInactive">
|
||||||
|
<span class="left">
|
||||||
|
<img id="MSearchSelect" src="search/mag_sel.png"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
alt=""/>
|
||||||
|
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||||
|
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||||
|
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||||
|
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||||
|
</span><span class="right">
|
||||||
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="navrow2" class="tabs2">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="files.html"><span>File List</span></a></li>
|
||||||
|
<li class="current"><a href="globals.html"><span>File Members</span></a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="navrow3" class="tabs2">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="globals.html"><span>All</span></a></li>
|
||||||
|
<li class="current"><a href="globals_defs.html"><span>Macros</span></a></li>
|
||||||
|
</ul>
|
||||||
|
</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>
|
||||||
|
|
||||||
|
<div class="contents">
|
||||||
|
 <ul>
|
||||||
|
<li>ELOG_BASE
|
||||||
|
: <a class="el" href="log_8hpp.html#aa40f1ece2f1d083805177411e2129690">log.hpp</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div><!-- contents -->
|
||||||
|
<!-- HTML footer for doxygen 1.8.8-->
|
||||||
|
<!-- start footer part -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr class="footer"/><address class="footer"><small>
|
||||||
|
Generated on Sun Oct 23 2016 22:01:38 for Elog: Etk log interface by  <a href="http://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
|
</a> 1.8.11
|
||||||
|
</small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
213
index.html
Normal file
@ -0,0 +1,213 @@
|
|||||||
|
<!-- HTML header for doxygen 1.8.8-->
|
||||||
|
<!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="X-UA-Compatible" content="IE=edge">
|
||||||
|
<!-- For Mobile Devices -->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||||
|
<title>Elog: Etk log interface: Elog library</title>
|
||||||
|
<!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
|
||||||
|
<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>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
</script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
||||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
|
||||||
|
<script type="text/javascript" src="doxy-boot.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<a class="navbar-brand">Elog: Etk log interface 0.4.0</a>
|
||||||
|
</div>
|
||||||
|
<div id="navbar" class="navbar-collapse collapse">
|
||||||
|
<ul class="nav navbar-nav">
|
||||||
|
<li><a href="index.html">Main Page</a></li>
|
||||||
|
<li><a href="pages.html">Related Pages</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="annotated.html">Classes</a></li>
|
||||||
|
<li><a href="files.html">Files</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="nav navbar-nav navbar-right">
|
||||||
|
<li class="dropdown">
|
||||||
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||||
|
Link-libs<span class="caret"></span>
|
||||||
|
</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="http://HeeroYui.github.io/lutin">lutin</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ewol">ewol</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/etk">etk</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ejson">ejson</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/exml">exml</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esvg">esvg</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/egami">egami</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/gale">gale</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ege">ege</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/elog">elog</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ememory">ememory</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/enet">enet</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/eproperty">eproperty</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esignal">esignal</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/zeus">zeus</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/audio-ess">audio-ess</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio">audio</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-drain">audio-drain</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-orchestra">audio-orchestra</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-river">audio-river</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div id="search-box" class="input-group">
|
||||||
|
<div class="input-group-btn">
|
||||||
|
<button aria-expanded="false" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||||
|
<span class="glyphicon glyphicon-search"></span>
|
||||||
|
<span class="caret"></span>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="#">All</a></li>
|
||||||
|
<li><a href="#">Classes</a></li>
|
||||||
|
<li><a href="#">Namespaces</a></li>
|
||||||
|
<li><a href="#">Files</a></li>
|
||||||
|
<li><a href="#">Functions</a></li>
|
||||||
|
<li><a href="#">Variables</a></li>
|
||||||
|
<li><a href="#">Typedefs</a></li>
|
||||||
|
<li><a href="#">Enumerations</a></li>
|
||||||
|
<li><a href="#">Enumerator</a></li>
|
||||||
|
<li><a href="#">Friends</a></li>
|
||||||
|
<li><a href="#">Macros</a></li>
|
||||||
|
<li><a href="#">Pages</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<button id="search-close" type="button" class="close" aria-label="Close">
|
||||||
|
<span aria-hidden="true"></span>
|
||||||
|
</button>
|
||||||
|
<input id="search-field" class="form-control" accesskey="S" onkeydown="searchBox.OnSearchFieldChange(event);" placeholder="Search ..." type="text">
|
||||||
|
</div>
|
||||||
|
</div><!--/.nav-collapse -->
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div class="content" id="content">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-12 panel panel-default" style="padding-bottom: 15px;">
|
||||||
|
<div style="margin-bottom: 15px;">
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.8.11 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
|
</script>
|
||||||
|
<div id="navrow1" class="tabs">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li class="current"><a href="index.html"><span>Main Page</span></a></li>
|
||||||
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
||||||
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||||
|
<li><a href="files.html"><span>Files</span></a></li>
|
||||||
|
<li>
|
||||||
|
<div id="MSearchBox" class="MSearchBoxInactive">
|
||||||
|
<span class="left">
|
||||||
|
<img id="MSearchSelect" src="search/mag_sel.png"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
alt=""/>
|
||||||
|
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||||
|
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||||
|
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||||
|
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||||
|
</span><span class="right">
|
||||||
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</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>
|
||||||
|
|
||||||
|
<div class="header">
|
||||||
|
<div class="headertitle">
|
||||||
|
<div class="title">Elog library </div> </div>
|
||||||
|
</div><!--header-->
|
||||||
|
<div class="contents">
|
||||||
|
<div class="toc"><h3>Table of Contents</h3>
|
||||||
|
<ul><li class="level1"><a href="#elog_mainpage_what">What is ELOG? </a></li>
|
||||||
|
<li class="level1"><a href="#elog_mainpage_where">Where can I use it? </a></li>
|
||||||
|
<li class="level1"><a href="#elog_mainpage_language">What languages are supported? </a></li>
|
||||||
|
<li class="level1"><a href="#elog_mainpage_restriction">Are there any licensing restrictions? </a></li>
|
||||||
|
<li class="level1"><a href="#elog_mainpage_license">License (APACHE 2) </a></li>
|
||||||
|
<li class="level1"><a href="#elog_mainpage_sub_page">Other pages </a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="textblock"><h1><a class="anchor" id="elog_mainpage_what"></a>
|
||||||
|
What is ELOG? </h1>
|
||||||
|
<p>ELOG, or <a href="http://atria-soft.github.io/ewol"><b>EWOL</b></a> Logger, is a simple wrapper to concataine log with a simple basic macro <a class="el" href="log_8hpp.html#aa40f1ece2f1d083805177411e2129690" title="Basic macro of all logs macros. ">ELOG_BASE()</a>.</p>
|
||||||
|
<h1><a class="anchor" id="elog_mainpage_where"></a>
|
||||||
|
Where can I use it? </h1>
|
||||||
|
<p>Everywhere! EWOL is cross-platform devolopped to support bases OS:</p><ul>
|
||||||
|
<li>Linux (X11) (mouse)</li>
|
||||||
|
<li>Windows (mouse) (build on linux...)</li>
|
||||||
|
<li>MacOs (mouse)</li>
|
||||||
|
<li>Android (mouse + touch)</li>
|
||||||
|
<li>IOs (touch)</li>
|
||||||
|
</ul>
|
||||||
|
<h1><a class="anchor" id="elog_mainpage_language"></a>
|
||||||
|
What languages are supported? </h1>
|
||||||
|
<p>EWOL is written in C++</p>
|
||||||
|
<h1><a class="anchor" id="elog_mainpage_restriction"></a>
|
||||||
|
Are there any licensing restrictions? </h1>
|
||||||
|
<p>EWOL is <b>FREE software</b> and <em>all sub-library are FREE and staticly linkable !!!</em></p>
|
||||||
|
<p>We have no dependency expected generic lib C++ (STL or CXX)</p>
|
||||||
|
<h1><a class="anchor" id="elog_mainpage_license"></a>
|
||||||
|
License (APACHE 2) </h1>
|
||||||
|
<p>Copyright elog Edouard DUPIN</p>
|
||||||
|
<p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at</p>
|
||||||
|
<p><a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a></p>
|
||||||
|
<p>Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.</p>
|
||||||
|
<h1><a class="anchor" id="elog_mainpage_sub_page"></a>
|
||||||
|
Other pages </h1>
|
||||||
|
<ul>
|
||||||
|
<li><a class="el" href="elog_build.html">Build lib & build sample</a></li>
|
||||||
|
<li><a class="el" href="elog_tutorial.html">Tutorials</a><ul>
|
||||||
|
<li><a class="el" href="elog_tutorial_01.html">Elog Tutorial: Add some Log (using)</a></li>
|
||||||
|
<li><a class="el" href="elog_tutorial_02.html">Elog Tutorial: Runtime use</a></li>
|
||||||
|
<li><a class="el" href="elog_tutorial_03.html">Elog Tutorial: Optionnal dependency</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ewol/ewol_coding_style.html"><b>ewol coding style</b></a> </li>
|
||||||
|
</ul>
|
||||||
|
</div></div><!-- contents -->
|
||||||
|
<!-- HTML footer for doxygen 1.8.8-->
|
||||||
|
<!-- start footer part -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr class="footer"/><address class="footer"><small>
|
||||||
|
Generated on Sun Oct 23 2016 22:01:38 for Elog: Etk log interface by  <a href="http://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
|
</a> 1.8.11
|
||||||
|
</small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
68
jquery.js
vendored
Normal file
317
log_8hpp.html
Normal file
@ -0,0 +1,317 @@
|
|||||||
|
<!-- HTML header for doxygen 1.8.8-->
|
||||||
|
<!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="X-UA-Compatible" content="IE=edge">
|
||||||
|
<!-- For Mobile Devices -->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||||
|
<title>Elog: Etk log interface: framework/atria-soft/elog/elog/log.hpp File Reference</title>
|
||||||
|
<!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
|
||||||
|
<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>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
</script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
||||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
|
||||||
|
<script type="text/javascript" src="doxy-boot.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<a class="navbar-brand">Elog: Etk log interface 0.4.0</a>
|
||||||
|
</div>
|
||||||
|
<div id="navbar" class="navbar-collapse collapse">
|
||||||
|
<ul class="nav navbar-nav">
|
||||||
|
<li><a href="index.html">Main Page</a></li>
|
||||||
|
<li><a href="pages.html">Related Pages</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="annotated.html">Classes</a></li>
|
||||||
|
<li><a href="files.html">Files</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="nav navbar-nav navbar-right">
|
||||||
|
<li class="dropdown">
|
||||||
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||||
|
Link-libs<span class="caret"></span>
|
||||||
|
</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="http://HeeroYui.github.io/lutin">lutin</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ewol">ewol</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/etk">etk</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ejson">ejson</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/exml">exml</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esvg">esvg</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/egami">egami</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/gale">gale</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ege">ege</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/elog">elog</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ememory">ememory</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/enet">enet</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/eproperty">eproperty</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esignal">esignal</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/zeus">zeus</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/audio-ess">audio-ess</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio">audio</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-drain">audio-drain</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-orchestra">audio-orchestra</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-river">audio-river</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div id="search-box" class="input-group">
|
||||||
|
<div class="input-group-btn">
|
||||||
|
<button aria-expanded="false" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||||
|
<span class="glyphicon glyphicon-search"></span>
|
||||||
|
<span class="caret"></span>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="#">All</a></li>
|
||||||
|
<li><a href="#">Classes</a></li>
|
||||||
|
<li><a href="#">Namespaces</a></li>
|
||||||
|
<li><a href="#">Files</a></li>
|
||||||
|
<li><a href="#">Functions</a></li>
|
||||||
|
<li><a href="#">Variables</a></li>
|
||||||
|
<li><a href="#">Typedefs</a></li>
|
||||||
|
<li><a href="#">Enumerations</a></li>
|
||||||
|
<li><a href="#">Enumerator</a></li>
|
||||||
|
<li><a href="#">Friends</a></li>
|
||||||
|
<li><a href="#">Macros</a></li>
|
||||||
|
<li><a href="#">Pages</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<button id="search-close" type="button" class="close" aria-label="Close">
|
||||||
|
<span aria-hidden="true"></span>
|
||||||
|
</button>
|
||||||
|
<input id="search-field" class="form-control" accesskey="S" onkeydown="searchBox.OnSearchFieldChange(event);" placeholder="Search ..." type="text">
|
||||||
|
</div>
|
||||||
|
</div><!--/.nav-collapse -->
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div class="content" id="content">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-12 panel panel-default" style="padding-bottom: 15px;">
|
||||||
|
<div style="margin-bottom: 15px;">
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.8.11 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
|
</script>
|
||||||
|
<div id="navrow1" class="tabs">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||||
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
||||||
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||||
|
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
||||||
|
<li>
|
||||||
|
<div id="MSearchBox" class="MSearchBoxInactive">
|
||||||
|
<span class="left">
|
||||||
|
<img id="MSearchSelect" src="search/mag_sel.png"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
alt=""/>
|
||||||
|
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||||
|
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||||
|
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||||
|
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||||
|
</span><span class="right">
|
||||||
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="navrow2" class="tabs2">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="files.html"><span>File List</span></a></li>
|
||||||
|
<li><a href="globals.html"><span>File Members</span></a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!-- 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>
|
||||||
|
|
||||||
|
<div id="nav-path" class="navpath">
|
||||||
|
<ul>
|
||||||
|
<li class="navelem"><a class="el" href="dir_644e041c3a6521da7b27eba0e4eb2b95.html">framework</a></li><li class="navelem"><a class="el" href="dir_a094892b17be858f66bf3446bbb755c7.html">atria-soft</a></li><li class="navelem"><a class="el" href="dir_b41d3cda210a2eb7fba2c14a62079e2f.html">elog</a></li><li class="navelem"><a class="el" href="dir_840c2f10d488013eccb3eb478799a512.html">elog</a></li> </ul>
|
||||||
|
</div>
|
||||||
|
</div><!-- top -->
|
||||||
|
<div class="header">
|
||||||
|
<div class="summary">
|
||||||
|
<a href="#namespaces">Namespaces</a> |
|
||||||
|
<a href="#define-members">Macros</a> |
|
||||||
|
<a href="#typedef-members">Typedefs</a> |
|
||||||
|
<a href="#enum-members">Enumerations</a> |
|
||||||
|
<a href="#func-members">Functions</a> </div>
|
||||||
|
<div class="headertitle">
|
||||||
|
<div class="title">log.hpp File Reference</div> </div>
|
||||||
|
</div><!--header-->
|
||||||
|
<div class="contents">
|
||||||
|
<div class="textblock"><code>#include <sstream></code><br />
|
||||||
|
<code>#include <ostream></code><br />
|
||||||
|
<code>#include <vector></code><br />
|
||||||
|
<code>#include <functional></code><br />
|
||||||
|
</div>
|
||||||
|
<p><a href="log_8hpp_source.html">Go to the source code of this file.</a></p>
|
||||||
|
<table class="memberdecls">
|
||||||
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
|
||||||
|
Namespaces</h2></td></tr>
|
||||||
|
<tr class="memitem:namespaceelog"><td class="memItemLeft" align="right" valign="top">  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceelog.html">elog</a></td></tr>
|
||||||
|
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
</table><table class="memberdecls">
|
||||||
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="define-members"></a>
|
||||||
|
Macros</h2></td></tr>
|
||||||
|
<tr class="memitem:aa40f1ece2f1d083805177411e2129690"><td class="memItemLeft" align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="log_8hpp.html#aa40f1ece2f1d083805177411e2129690">ELOG_BASE</a>(logId, info, data)</td></tr>
|
||||||
|
<tr class="separator:aa40f1ece2f1d083805177411e2129690"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
</table><table class="memberdecls">
|
||||||
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="typedef-members"></a>
|
||||||
|
Typedefs</h2></td></tr>
|
||||||
|
<tr class="memitem:a2f5d781d79bd79fcda8b94a212bcbbde"><td class="memItemLeft" align="right" valign="top">using </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceelog.html#a2f5d781d79bd79fcda8b94a212bcbbde">elog::callbackLog</a> = std::function< void(const char *_libName, enum <a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89">elog::level</a> _level, int32_t _ligne, const char *_funcName, const char *_log)></td></tr>
|
||||||
|
<tr class="separator:a2f5d781d79bd79fcda8b94a212bcbbde"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
</table><table class="memberdecls">
|
||||||
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="enum-members"></a>
|
||||||
|
Enumerations</h2></td></tr>
|
||||||
|
<tr class="memitem:a2aac95a15381721219c16f6ff5b4fb89"><td class="memItemLeft" align="right" valign="top">enum  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89">elog::level</a> { <br />
|
||||||
|
  <a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89a93c9ecff62779bddcc1bc2e7fc5dd829">elog::level_print</a> = -1,
|
||||||
|
<a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89aeff8c0bec7329ce8b94597f6bd501354">elog::level_none</a> = 0,
|
||||||
|
<a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89a4c2b8e97dbaeda89eb1fbce53e691625">elog::level_critical</a> = 1,
|
||||||
|
<a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89add2b92a662d3e09201bfc37cf42f906c">elog::level_error</a> = 2,
|
||||||
|
<br />
|
||||||
|
  <a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89abe0c0f2534e916ba560a798d1392ce0c">elog::level_warning</a> = 3,
|
||||||
|
<a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89aec0f38e9cdb484718ef007a57628e021">elog::level_info</a> = 4,
|
||||||
|
<a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89a97d8804cb4c8776f67824ec0acf53efb">elog::level_debug</a> = 5,
|
||||||
|
<a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89adf726904a7486e61530282123dbd58cd">elog::level_verbose</a> = 6
|
||||||
|
<br />
|
||||||
|
}</td></tr>
|
||||||
|
<tr class="separator:a2aac95a15381721219c16f6ff5b4fb89"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
</table><table class="memberdecls">
|
||||||
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
|
||||||
|
Functions</h2></td></tr>
|
||||||
|
<tr class="memitem:a7e40b0be74fd80765658df83f72a4e3e"><td class="memItemLeft" align="right" valign="top">int32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceelog.html#a7e40b0be74fd80765658df83f72a4e3e">elog::registerInstance</a> (const std::string &_name)</td></tr>
|
||||||
|
<tr class="separator:a7e40b0be74fd80765658df83f72a4e3e"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a3afe4089acb36e88d7266c1ce85ddc7b"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceelog.html#a3afe4089acb36e88d7266c1ce85ddc7b">elog::setLevel</a> (const std::string &_name, enum <a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89">elog::level</a> _level)</td></tr>
|
||||||
|
<tr class="separator:a3afe4089acb36e88d7266c1ce85ddc7b"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a423b95c78b78e98de35c8f176b9efbdc"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceelog.html#a423b95c78b78e98de35c8f176b9efbdc">elog::setLevel</a> (int32_t _id, enum <a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89">elog::level</a> _level)</td></tr>
|
||||||
|
<tr class="separator:a423b95c78b78e98de35c8f176b9efbdc"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a600189d0be9885f63d651201ab0c3688"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceelog.html#a600189d0be9885f63d651201ab0c3688">elog::setLevel</a> (enum <a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89">elog::level</a> _level)</td></tr>
|
||||||
|
<tr class="separator:a600189d0be9885f63d651201ab0c3688"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a31cfb5b0fcaba634b18b0c886e728b44"><td class="memItemLeft" align="right" valign="top">int32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceelog.html#a31cfb5b0fcaba634b18b0c886e728b44">elog::getLevel</a> (int32_t _id)</td></tr>
|
||||||
|
<tr class="separator:a31cfb5b0fcaba634b18b0c886e728b44"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a08110480947e6d682ad69b5b4a4d18d5"><td class="memItemLeft" align="right" valign="top">std::vector< std::string > </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceelog.html#a08110480947e6d682ad69b5b4a4d18d5">elog::getListInstance</a> ()</td></tr>
|
||||||
|
<tr class="separator:a08110480947e6d682ad69b5b4a4d18d5"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a157a0ce2993c115906b8a2607f6a9133"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceelog.html#a157a0ce2993c115906b8a2607f6a9133">elog::setColor</a> (bool _status)</td></tr>
|
||||||
|
<tr class="separator:a157a0ce2993c115906b8a2607f6a9133"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a15e30e61e8db5a43e72358d2c02be6a4"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceelog.html#a15e30e61e8db5a43e72358d2c02be6a4">elog::setTime</a> (bool _status)</td></tr>
|
||||||
|
<tr class="separator:a15e30e61e8db5a43e72358d2c02be6a4"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a2591d4ba7e3136ff84c0b81289000b79"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceelog.html#a2591d4ba7e3136ff84c0b81289000b79">elog::setLine</a> (bool _status)</td></tr>
|
||||||
|
<tr class="separator:a2591d4ba7e3136ff84c0b81289000b79"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:aed76a2bba4f8c0f51633fa64ab08362d"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceelog.html#aed76a2bba4f8c0f51633fa64ab08362d">elog::setFunction</a> (bool _status)</td></tr>
|
||||||
|
<tr class="separator:aed76a2bba4f8c0f51633fa64ab08362d"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a9b835d4980949026a8883570ea3837af"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceelog.html#a9b835d4980949026a8883570ea3837af">elog::setThreadId</a> (bool _status)</td></tr>
|
||||||
|
<tr class="separator:a9b835d4980949026a8883570ea3837af"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:ae64b5abf2ea03562679668e6242c49a2"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceelog.html#ae64b5abf2ea03562679668e6242c49a2">elog::setThreadNameEnable</a> (bool _status)</td></tr>
|
||||||
|
<tr class="separator:ae64b5abf2ea03562679668e6242c49a2"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a98f690a8538d4726fa0060331e021a08"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceelog.html#a98f690a8538d4726fa0060331e021a08">elog::setLibName</a> (bool _status)</td></tr>
|
||||||
|
<tr class="separator:a98f690a8538d4726fa0060331e021a08"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:aae6ff218b5e851513cfc29d030b865fb"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceelog.html#aae6ff218b5e851513cfc29d030b865fb">elog::setBackTrace</a> (bool _status)</td></tr>
|
||||||
|
<tr class="separator:aae6ff218b5e851513cfc29d030b865fb"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a9e62f7052313032d6f02a20e1885d781"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceelog.html#a9e62f7052313032d6f02a20e1885d781">elog::logChar</a> (int32_t _id, int32_t _level, int32_t _ligne, const char *_funcName, const char *_log)</td></tr>
|
||||||
|
<tr class="separator:a9e62f7052313032d6f02a20e1885d781"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a333ea900d08304571ccbfaef6d7f647b"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceelog.html#a333ea900d08304571ccbfaef6d7f647b">elog::logStream</a> (int32_t _id, int32_t _level, int32_t _ligne, const char *_funcName, const std::ostream &_log)</td></tr>
|
||||||
|
<tr class="separator:a333ea900d08304571ccbfaef6d7f647b"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a9dcb1d0c878bbc5585c452d7fe7460d8"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceelog.html#a9dcb1d0c878bbc5585c452d7fe7460d8">elog::logChar1</a> (int32_t _id, int32_t _level, const char *_log)</td></tr>
|
||||||
|
<tr class="separator:a9dcb1d0c878bbc5585c452d7fe7460d8"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:ab60bc58f0e317b846c7219058111ba8b"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceelog.html#ab60bc58f0e317b846c7219058111ba8b">elog::logStream1</a> (int32_t _id, int32_t _level, const std::ostream &_log)</td></tr>
|
||||||
|
<tr class="separator:ab60bc58f0e317b846c7219058111ba8b"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:aaa54d31e61733c3ed433fe18b7be4dfa"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceelog.html#aaa54d31e61733c3ed433fe18b7be4dfa">elog::displayBacktrace</a> (bool _breakAtEnd=false, int32_t _removeElement=0)</td></tr>
|
||||||
|
<tr class="separator:aaa54d31e61733c3ed433fe18b7be4dfa"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a8c02ad11df203c22c7e65c759b43efdd"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceelog.html#a8c02ad11df203c22c7e65c759b43efdd">elog::setCallbackLog</a> (const <a class="el" href="namespaceelog.html#a2f5d781d79bd79fcda8b94a212bcbbde">elog::callbackLog</a> &_callback)</td></tr>
|
||||||
|
<tr class="separator:a8c02ad11df203c22c7e65c759b43efdd"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a78083b9d6ef033e329b788f8fa22f3f3"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceelog.html#a78083b9d6ef033e329b788f8fa22f3f3">elog::setLogInFile</a> (const std::string &_filename="")</td></tr>
|
||||||
|
<tr class="separator:a78083b9d6ef033e329b788f8fa22f3f3"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
<tr class="memitem:a496120feb0c59449a46057559c6c8a1a"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceelog.html#a496120feb0c59449a46057559c6c8a1a">elog::unsetLogInFile</a> ()</td></tr>
|
||||||
|
<tr class="separator:a496120feb0c59449a46057559c6c8a1a"><td class="memSeparator" colspan="2"> </td></tr>
|
||||||
|
</table>
|
||||||
|
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
||||||
|
<div class="textblock"><dl class="section author"><dt>Author</dt><dd>Edouard DUPIN</dd></dl>
|
||||||
|
<dl class="section copyright"><dt>Copyright</dt><dd>2011, Edouard DUPIN, all right reserved</dd></dl>
|
||||||
|
<dl class="section note"><dt>Note</dt><dd>License: APACHE v2.0 (see license file) </dd></dl>
|
||||||
|
</div><h2 class="groupheader">Macro Definition Documentation</h2>
|
||||||
|
<a class="anchor" id="aa40f1ece2f1d083805177411e2129690"></a>
|
||||||
|
<div class="memitem">
|
||||||
|
<div class="memproto">
|
||||||
|
<table class="memname">
|
||||||
|
<tr>
|
||||||
|
<td class="memname">#define ELOG_BASE</td>
|
||||||
|
<td>(</td>
|
||||||
|
<td class="paramtype"> </td>
|
||||||
|
<td class="paramname">logId, </td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="paramkey"></td>
|
||||||
|
<td></td>
|
||||||
|
<td class="paramtype"> </td>
|
||||||
|
<td class="paramname">info, </td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td class="paramkey"></td>
|
||||||
|
<td></td>
|
||||||
|
<td class="paramtype"> </td>
|
||||||
|
<td class="paramname">data </td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td></td>
|
||||||
|
<td>)</td>
|
||||||
|
<td></td><td></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div><div class="memdoc">
|
||||||
|
<b>Value:</b><div class="fragment"><div class="line"><span class="keywordflow">do</span> { \</div><div class="line"> if (info <= <a class="code" href="namespaceelog.html#a31cfb5b0fcaba634b18b0c886e728b44">elog::getLevel</a>(logId)) { \</div><div class="line"> std::stringbuf sb; \</div><div class="line"> std::ostream tmpStream(&sb); \</div><div class="line"> tmpStream << data; <a class="code" href="namespaceelog.html#a333ea900d08304571ccbfaef6d7f647b">\</a></div><div class="line"><a class="code" href="namespaceelog.html#a333ea900d08304571ccbfaef6d7f647b"> elog::logStream</a>(logId, info, __LINE__, __PRETTY_FUNCTION__, tmpStream); \</div><div class="line"> } \</div><div class="line"> } <span class="keywordflow">while</span>(0)</div><div class="ttc" id="namespaceelog_html_a31cfb5b0fcaba634b18b0c886e728b44"><div class="ttname"><a href="namespaceelog.html#a31cfb5b0fcaba634b18b0c886e728b44">elog::getLevel</a></div><div class="ttdeci">int32_t getLevel(int32_t _id)</div><div class="ttdoc">Get the current level of debug for a specific intance. </div></div>
|
||||||
|
<div class="ttc" id="namespaceelog_html_a333ea900d08304571ccbfaef6d7f647b"><div class="ttname"><a href="namespaceelog.html#a333ea900d08304571ccbfaef6d7f647b">elog::logStream</a></div><div class="ttdeci">void logStream(int32_t _id, int32_t _level, int32_t _ligne, const char *_funcName, const std::ostream &_log)</div><div class="ttdoc">Call log to display. </div></div>
|
||||||
|
</div><!-- fragment -->
|
||||||
|
<p>Basic macro of all logs macros. </p>
|
||||||
|
<dl class="params"><dt>Parameters</dt><dd>
|
||||||
|
<table class="params">
|
||||||
|
<tr><td class="paramdir">[in]</td><td class="paramname">logId</td><td>Id of the library that log </td></tr>
|
||||||
|
<tr><td class="paramdir">[in]</td><td class="paramname">info</td><td>Log level of this log: <a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89" title="Log level is a simple list of all log availlable. This enum is used when setting a log and when user ...">elog::level</a> </td></tr>
|
||||||
|
<tr><td class="paramdir">[in]</td><td class="paramname">data</td><td>Stream separaated with "<<" convertible in std::ostream </td></tr>
|
||||||
|
</table>
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div><!-- contents -->
|
||||||
|
<!-- HTML footer for doxygen 1.8.8-->
|
||||||
|
<!-- start footer part -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr class="footer"/><address class="footer"><small>
|
||||||
|
Generated on Sun Oct 23 2016 22:01:38 for Elog: Etk log interface by  <a href="http://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
|
</a> 1.8.11
|
||||||
|
</small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
208
log_8hpp_source.html
Normal file
1004
namespaceelog.html
Normal file
315
namespacemembers.html
Normal file
@ -0,0 +1,315 @@
|
|||||||
|
<!-- HTML header for doxygen 1.8.8-->
|
||||||
|
<!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="X-UA-Compatible" content="IE=edge">
|
||||||
|
<!-- For Mobile Devices -->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||||
|
<title>Elog: Etk log interface: Namespace Members</title>
|
||||||
|
<!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
|
||||||
|
<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>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
</script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
||||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
|
||||||
|
<script type="text/javascript" src="doxy-boot.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<a class="navbar-brand">Elog: Etk log interface 0.4.0</a>
|
||||||
|
</div>
|
||||||
|
<div id="navbar" class="navbar-collapse collapse">
|
||||||
|
<ul class="nav navbar-nav">
|
||||||
|
<li><a href="index.html">Main Page</a></li>
|
||||||
|
<li><a href="pages.html">Related Pages</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="annotated.html">Classes</a></li>
|
||||||
|
<li><a href="files.html">Files</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="nav navbar-nav navbar-right">
|
||||||
|
<li class="dropdown">
|
||||||
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||||
|
Link-libs<span class="caret"></span>
|
||||||
|
</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="http://HeeroYui.github.io/lutin">lutin</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ewol">ewol</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/etk">etk</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ejson">ejson</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/exml">exml</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esvg">esvg</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/egami">egami</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/gale">gale</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ege">ege</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/elog">elog</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ememory">ememory</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/enet">enet</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/eproperty">eproperty</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esignal">esignal</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/zeus">zeus</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/audio-ess">audio-ess</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio">audio</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-drain">audio-drain</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-orchestra">audio-orchestra</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-river">audio-river</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div id="search-box" class="input-group">
|
||||||
|
<div class="input-group-btn">
|
||||||
|
<button aria-expanded="false" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||||
|
<span class="glyphicon glyphicon-search"></span>
|
||||||
|
<span class="caret"></span>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="#">All</a></li>
|
||||||
|
<li><a href="#">Classes</a></li>
|
||||||
|
<li><a href="#">Namespaces</a></li>
|
||||||
|
<li><a href="#">Files</a></li>
|
||||||
|
<li><a href="#">Functions</a></li>
|
||||||
|
<li><a href="#">Variables</a></li>
|
||||||
|
<li><a href="#">Typedefs</a></li>
|
||||||
|
<li><a href="#">Enumerations</a></li>
|
||||||
|
<li><a href="#">Enumerator</a></li>
|
||||||
|
<li><a href="#">Friends</a></li>
|
||||||
|
<li><a href="#">Macros</a></li>
|
||||||
|
<li><a href="#">Pages</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<button id="search-close" type="button" class="close" aria-label="Close">
|
||||||
|
<span aria-hidden="true"></span>
|
||||||
|
</button>
|
||||||
|
<input id="search-field" class="form-control" accesskey="S" onkeydown="searchBox.OnSearchFieldChange(event);" placeholder="Search ..." type="text">
|
||||||
|
</div>
|
||||||
|
</div><!--/.nav-collapse -->
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div class="content" id="content">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-12 panel panel-default" style="padding-bottom: 15px;">
|
||||||
|
<div style="margin-bottom: 15px;">
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.8.11 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
|
</script>
|
||||||
|
<div id="navrow1" class="tabs">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||||
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
||||||
|
<li class="current"><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||||
|
<li><a href="files.html"><span>Files</span></a></li>
|
||||||
|
<li>
|
||||||
|
<div id="MSearchBox" class="MSearchBoxInactive">
|
||||||
|
<span class="left">
|
||||||
|
<img id="MSearchSelect" src="search/mag_sel.png"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
alt=""/>
|
||||||
|
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||||
|
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||||
|
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||||
|
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||||
|
</span><span class="right">
|
||||||
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="navrow2" class="tabs2">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="namespaces.html"><span>Namespace List</span></a></li>
|
||||||
|
<li class="current"><a href="namespacemembers.html"><span>Namespace Members</span></a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="navrow3" class="tabs2">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li class="current"><a href="namespacemembers.html"><span>All</span></a></li>
|
||||||
|
<li><a href="namespacemembers_func.html"><span>Functions</span></a></li>
|
||||||
|
<li><a href="namespacemembers_type.html"><span>Typedefs</span></a></li>
|
||||||
|
<li><a href="namespacemembers_enum.html"><span>Enumerations</span></a></li>
|
||||||
|
<li><a href="namespacemembers_eval.html"><span>Enumerator</span></a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="navrow4" class="tabs3">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="#index_c"><span>c</span></a></li>
|
||||||
|
<li><a href="#index_d"><span>d</span></a></li>
|
||||||
|
<li><a href="#index_g"><span>g</span></a></li>
|
||||||
|
<li><a href="#index_i"><span>i</span></a></li>
|
||||||
|
<li><a href="#index_l"><span>l</span></a></li>
|
||||||
|
<li><a href="#index_r"><span>r</span></a></li>
|
||||||
|
<li><a href="#index_s"><span>s</span></a></li>
|
||||||
|
<li class="current"><a href="#index_u"><span>u</span></a></li>
|
||||||
|
</ul>
|
||||||
|
</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>
|
||||||
|
|
||||||
|
<div class="contents">
|
||||||
|
<div class="textblock">Here is a list of all documented namespace members with links to the namespaces they belong to:</div>
|
||||||
|
|
||||||
|
<h3><a class="anchor" id="index_c"></a>- c -</h3><ul>
|
||||||
|
<li>callbackLog
|
||||||
|
: <a class="el" href="namespaceelog.html#a2f5d781d79bd79fcda8b94a212bcbbde">elog</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a class="anchor" id="index_d"></a>- d -</h3><ul>
|
||||||
|
<li>displayBacktrace()
|
||||||
|
: <a class="el" href="namespaceelog.html#aaa54d31e61733c3ed433fe18b7be4dfa">elog</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a class="anchor" id="index_g"></a>- g -</h3><ul>
|
||||||
|
<li>getLevel()
|
||||||
|
: <a class="el" href="namespaceelog.html#a31cfb5b0fcaba634b18b0c886e728b44">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>getListInstance()
|
||||||
|
: <a class="el" href="namespaceelog.html#a08110480947e6d682ad69b5b4a4d18d5">elog</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a class="anchor" id="index_i"></a>- i -</h3><ul>
|
||||||
|
<li>init()
|
||||||
|
: <a class="el" href="namespaceelog.html#a1005ac82c94e09b499d29b70a98cd5cc">elog</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a class="anchor" id="index_l"></a>- l -</h3><ul>
|
||||||
|
<li>level
|
||||||
|
: <a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>level_critical
|
||||||
|
: <a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89a4c2b8e97dbaeda89eb1fbce53e691625">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>level_debug
|
||||||
|
: <a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89a97d8804cb4c8776f67824ec0acf53efb">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>level_error
|
||||||
|
: <a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89add2b92a662d3e09201bfc37cf42f906c">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>level_info
|
||||||
|
: <a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89aec0f38e9cdb484718ef007a57628e021">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>level_none
|
||||||
|
: <a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89aeff8c0bec7329ce8b94597f6bd501354">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>level_print
|
||||||
|
: <a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89a93c9ecff62779bddcc1bc2e7fc5dd829">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>level_verbose
|
||||||
|
: <a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89adf726904a7486e61530282123dbd58cd">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>level_warning
|
||||||
|
: <a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89abe0c0f2534e916ba560a798d1392ce0c">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>logChar()
|
||||||
|
: <a class="el" href="namespaceelog.html#a9e62f7052313032d6f02a20e1885d781">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>logChar1()
|
||||||
|
: <a class="el" href="namespaceelog.html#a9dcb1d0c878bbc5585c452d7fe7460d8">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>logStream()
|
||||||
|
: <a class="el" href="namespaceelog.html#a333ea900d08304571ccbfaef6d7f647b">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>logStream1()
|
||||||
|
: <a class="el" href="namespaceelog.html#ab60bc58f0e317b846c7219058111ba8b">elog</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a class="anchor" id="index_r"></a>- r -</h3><ul>
|
||||||
|
<li>registerInstance()
|
||||||
|
: <a class="el" href="namespaceelog.html#a7e40b0be74fd80765658df83f72a4e3e">elog</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a class="anchor" id="index_s"></a>- s -</h3><ul>
|
||||||
|
<li>setBackTrace()
|
||||||
|
: <a class="el" href="namespaceelog.html#aae6ff218b5e851513cfc29d030b865fb">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>setCallbackLog()
|
||||||
|
: <a class="el" href="namespaceelog.html#a8c02ad11df203c22c7e65c759b43efdd">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>setColor()
|
||||||
|
: <a class="el" href="namespaceelog.html#a157a0ce2993c115906b8a2607f6a9133">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>setFunction()
|
||||||
|
: <a class="el" href="namespaceelog.html#aed76a2bba4f8c0f51633fa64ab08362d">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>setLevel()
|
||||||
|
: <a class="el" href="namespaceelog.html#a3afe4089acb36e88d7266c1ce85ddc7b">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>setLibName()
|
||||||
|
: <a class="el" href="namespaceelog.html#a98f690a8538d4726fa0060331e021a08">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>setLine()
|
||||||
|
: <a class="el" href="namespaceelog.html#a2591d4ba7e3136ff84c0b81289000b79">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>setLogInFile()
|
||||||
|
: <a class="el" href="namespaceelog.html#a78083b9d6ef033e329b788f8fa22f3f3">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>setThreadId()
|
||||||
|
: <a class="el" href="namespaceelog.html#a9b835d4980949026a8883570ea3837af">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>setThreadNameEnable()
|
||||||
|
: <a class="el" href="namespaceelog.html#ae64b5abf2ea03562679668e6242c49a2">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>setTime()
|
||||||
|
: <a class="el" href="namespaceelog.html#a15e30e61e8db5a43e72358d2c02be6a4">elog</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<h3><a class="anchor" id="index_u"></a>- u -</h3><ul>
|
||||||
|
<li>unsetLogInFile()
|
||||||
|
: <a class="el" href="namespaceelog.html#a496120feb0c59449a46057559c6c8a1a">elog</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div><!-- contents -->
|
||||||
|
<!-- HTML footer for doxygen 1.8.8-->
|
||||||
|
<!-- start footer part -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr class="footer"/><address class="footer"><small>
|
||||||
|
Generated on Sun Oct 23 2016 22:01:38 for Elog: Etk log interface by  <a href="http://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
|
</a> 1.8.11
|
||||||
|
</small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
183
namespacemembers_enum.html
Normal file
@ -0,0 +1,183 @@
|
|||||||
|
<!-- HTML header for doxygen 1.8.8-->
|
||||||
|
<!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="X-UA-Compatible" content="IE=edge">
|
||||||
|
<!-- For Mobile Devices -->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||||
|
<title>Elog: Etk log interface: Namespace Members</title>
|
||||||
|
<!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
|
||||||
|
<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>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
</script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
||||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
|
||||||
|
<script type="text/javascript" src="doxy-boot.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<a class="navbar-brand">Elog: Etk log interface 0.4.0</a>
|
||||||
|
</div>
|
||||||
|
<div id="navbar" class="navbar-collapse collapse">
|
||||||
|
<ul class="nav navbar-nav">
|
||||||
|
<li><a href="index.html">Main Page</a></li>
|
||||||
|
<li><a href="pages.html">Related Pages</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="annotated.html">Classes</a></li>
|
||||||
|
<li><a href="files.html">Files</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="nav navbar-nav navbar-right">
|
||||||
|
<li class="dropdown">
|
||||||
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||||
|
Link-libs<span class="caret"></span>
|
||||||
|
</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="http://HeeroYui.github.io/lutin">lutin</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ewol">ewol</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/etk">etk</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ejson">ejson</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/exml">exml</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esvg">esvg</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/egami">egami</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/gale">gale</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ege">ege</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/elog">elog</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ememory">ememory</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/enet">enet</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/eproperty">eproperty</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esignal">esignal</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/zeus">zeus</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/audio-ess">audio-ess</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio">audio</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-drain">audio-drain</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-orchestra">audio-orchestra</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-river">audio-river</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div id="search-box" class="input-group">
|
||||||
|
<div class="input-group-btn">
|
||||||
|
<button aria-expanded="false" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||||
|
<span class="glyphicon glyphicon-search"></span>
|
||||||
|
<span class="caret"></span>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="#">All</a></li>
|
||||||
|
<li><a href="#">Classes</a></li>
|
||||||
|
<li><a href="#">Namespaces</a></li>
|
||||||
|
<li><a href="#">Files</a></li>
|
||||||
|
<li><a href="#">Functions</a></li>
|
||||||
|
<li><a href="#">Variables</a></li>
|
||||||
|
<li><a href="#">Typedefs</a></li>
|
||||||
|
<li><a href="#">Enumerations</a></li>
|
||||||
|
<li><a href="#">Enumerator</a></li>
|
||||||
|
<li><a href="#">Friends</a></li>
|
||||||
|
<li><a href="#">Macros</a></li>
|
||||||
|
<li><a href="#">Pages</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<button id="search-close" type="button" class="close" aria-label="Close">
|
||||||
|
<span aria-hidden="true"></span>
|
||||||
|
</button>
|
||||||
|
<input id="search-field" class="form-control" accesskey="S" onkeydown="searchBox.OnSearchFieldChange(event);" placeholder="Search ..." type="text">
|
||||||
|
</div>
|
||||||
|
</div><!--/.nav-collapse -->
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div class="content" id="content">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-12 panel panel-default" style="padding-bottom: 15px;">
|
||||||
|
<div style="margin-bottom: 15px;">
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.8.11 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
|
</script>
|
||||||
|
<div id="navrow1" class="tabs">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||||
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
||||||
|
<li class="current"><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||||
|
<li><a href="files.html"><span>Files</span></a></li>
|
||||||
|
<li>
|
||||||
|
<div id="MSearchBox" class="MSearchBoxInactive">
|
||||||
|
<span class="left">
|
||||||
|
<img id="MSearchSelect" src="search/mag_sel.png"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
alt=""/>
|
||||||
|
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||||
|
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||||
|
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||||
|
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||||
|
</span><span class="right">
|
||||||
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="navrow2" class="tabs2">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="namespaces.html"><span>Namespace List</span></a></li>
|
||||||
|
<li class="current"><a href="namespacemembers.html"><span>Namespace Members</span></a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="navrow3" class="tabs2">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="namespacemembers.html"><span>All</span></a></li>
|
||||||
|
<li><a href="namespacemembers_func.html"><span>Functions</span></a></li>
|
||||||
|
<li><a href="namespacemembers_type.html"><span>Typedefs</span></a></li>
|
||||||
|
<li class="current"><a href="namespacemembers_enum.html"><span>Enumerations</span></a></li>
|
||||||
|
<li><a href="namespacemembers_eval.html"><span>Enumerator</span></a></li>
|
||||||
|
</ul>
|
||||||
|
</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>
|
||||||
|
|
||||||
|
<div class="contents">
|
||||||
|
 <ul>
|
||||||
|
<li>level
|
||||||
|
: <a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89">elog</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div><!-- contents -->
|
||||||
|
<!-- HTML footer for doxygen 1.8.8-->
|
||||||
|
<!-- start footer part -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr class="footer"/><address class="footer"><small>
|
||||||
|
Generated on Sun Oct 23 2016 22:01:38 for Elog: Etk log interface by  <a href="http://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
|
</a> 1.8.11
|
||||||
|
</small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
204
namespacemembers_eval.html
Normal file
@ -0,0 +1,204 @@
|
|||||||
|
<!-- HTML header for doxygen 1.8.8-->
|
||||||
|
<!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="X-UA-Compatible" content="IE=edge">
|
||||||
|
<!-- For Mobile Devices -->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||||
|
<title>Elog: Etk log interface: Namespace Members</title>
|
||||||
|
<!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
|
||||||
|
<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>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
</script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
||||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
|
||||||
|
<script type="text/javascript" src="doxy-boot.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<a class="navbar-brand">Elog: Etk log interface 0.4.0</a>
|
||||||
|
</div>
|
||||||
|
<div id="navbar" class="navbar-collapse collapse">
|
||||||
|
<ul class="nav navbar-nav">
|
||||||
|
<li><a href="index.html">Main Page</a></li>
|
||||||
|
<li><a href="pages.html">Related Pages</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="annotated.html">Classes</a></li>
|
||||||
|
<li><a href="files.html">Files</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="nav navbar-nav navbar-right">
|
||||||
|
<li class="dropdown">
|
||||||
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||||
|
Link-libs<span class="caret"></span>
|
||||||
|
</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="http://HeeroYui.github.io/lutin">lutin</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ewol">ewol</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/etk">etk</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ejson">ejson</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/exml">exml</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esvg">esvg</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/egami">egami</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/gale">gale</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ege">ege</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/elog">elog</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ememory">ememory</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/enet">enet</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/eproperty">eproperty</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esignal">esignal</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/zeus">zeus</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/audio-ess">audio-ess</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio">audio</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-drain">audio-drain</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-orchestra">audio-orchestra</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-river">audio-river</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div id="search-box" class="input-group">
|
||||||
|
<div class="input-group-btn">
|
||||||
|
<button aria-expanded="false" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||||
|
<span class="glyphicon glyphicon-search"></span>
|
||||||
|
<span class="caret"></span>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="#">All</a></li>
|
||||||
|
<li><a href="#">Classes</a></li>
|
||||||
|
<li><a href="#">Namespaces</a></li>
|
||||||
|
<li><a href="#">Files</a></li>
|
||||||
|
<li><a href="#">Functions</a></li>
|
||||||
|
<li><a href="#">Variables</a></li>
|
||||||
|
<li><a href="#">Typedefs</a></li>
|
||||||
|
<li><a href="#">Enumerations</a></li>
|
||||||
|
<li><a href="#">Enumerator</a></li>
|
||||||
|
<li><a href="#">Friends</a></li>
|
||||||
|
<li><a href="#">Macros</a></li>
|
||||||
|
<li><a href="#">Pages</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<button id="search-close" type="button" class="close" aria-label="Close">
|
||||||
|
<span aria-hidden="true"></span>
|
||||||
|
</button>
|
||||||
|
<input id="search-field" class="form-control" accesskey="S" onkeydown="searchBox.OnSearchFieldChange(event);" placeholder="Search ..." type="text">
|
||||||
|
</div>
|
||||||
|
</div><!--/.nav-collapse -->
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div class="content" id="content">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-12 panel panel-default" style="padding-bottom: 15px;">
|
||||||
|
<div style="margin-bottom: 15px;">
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.8.11 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
|
</script>
|
||||||
|
<div id="navrow1" class="tabs">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||||
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
||||||
|
<li class="current"><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||||
|
<li><a href="files.html"><span>Files</span></a></li>
|
||||||
|
<li>
|
||||||
|
<div id="MSearchBox" class="MSearchBoxInactive">
|
||||||
|
<span class="left">
|
||||||
|
<img id="MSearchSelect" src="search/mag_sel.png"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
alt=""/>
|
||||||
|
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||||
|
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||||
|
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||||
|
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||||
|
</span><span class="right">
|
||||||
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="navrow2" class="tabs2">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="namespaces.html"><span>Namespace List</span></a></li>
|
||||||
|
<li class="current"><a href="namespacemembers.html"><span>Namespace Members</span></a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="navrow3" class="tabs2">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="namespacemembers.html"><span>All</span></a></li>
|
||||||
|
<li><a href="namespacemembers_func.html"><span>Functions</span></a></li>
|
||||||
|
<li><a href="namespacemembers_type.html"><span>Typedefs</span></a></li>
|
||||||
|
<li><a href="namespacemembers_enum.html"><span>Enumerations</span></a></li>
|
||||||
|
<li class="current"><a href="namespacemembers_eval.html"><span>Enumerator</span></a></li>
|
||||||
|
</ul>
|
||||||
|
</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>
|
||||||
|
|
||||||
|
<div class="contents">
|
||||||
|
 <ul>
|
||||||
|
<li>level_critical
|
||||||
|
: <a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89a4c2b8e97dbaeda89eb1fbce53e691625">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>level_debug
|
||||||
|
: <a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89a97d8804cb4c8776f67824ec0acf53efb">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>level_error
|
||||||
|
: <a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89add2b92a662d3e09201bfc37cf42f906c">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>level_info
|
||||||
|
: <a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89aec0f38e9cdb484718ef007a57628e021">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>level_none
|
||||||
|
: <a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89aeff8c0bec7329ce8b94597f6bd501354">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>level_print
|
||||||
|
: <a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89a93c9ecff62779bddcc1bc2e7fc5dd829">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>level_verbose
|
||||||
|
: <a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89adf726904a7486e61530282123dbd58cd">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>level_warning
|
||||||
|
: <a class="el" href="namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89abe0c0f2534e916ba560a798d1392ce0c">elog</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div><!-- contents -->
|
||||||
|
<!-- HTML footer for doxygen 1.8.8-->
|
||||||
|
<!-- start footer part -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr class="footer"/><address class="footer"><small>
|
||||||
|
Generated on Sun Oct 23 2016 22:01:38 for Elog: Etk log interface by  <a href="http://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
|
</a> 1.8.11
|
||||||
|
</small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
243
namespacemembers_func.html
Normal file
@ -0,0 +1,243 @@
|
|||||||
|
<!-- HTML header for doxygen 1.8.8-->
|
||||||
|
<!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="X-UA-Compatible" content="IE=edge">
|
||||||
|
<!-- For Mobile Devices -->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||||
|
<title>Elog: Etk log interface: Namespace Members</title>
|
||||||
|
<!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
|
||||||
|
<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>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
</script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
||||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
|
||||||
|
<script type="text/javascript" src="doxy-boot.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<a class="navbar-brand">Elog: Etk log interface 0.4.0</a>
|
||||||
|
</div>
|
||||||
|
<div id="navbar" class="navbar-collapse collapse">
|
||||||
|
<ul class="nav navbar-nav">
|
||||||
|
<li><a href="index.html">Main Page</a></li>
|
||||||
|
<li><a href="pages.html">Related Pages</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="annotated.html">Classes</a></li>
|
||||||
|
<li><a href="files.html">Files</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="nav navbar-nav navbar-right">
|
||||||
|
<li class="dropdown">
|
||||||
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||||
|
Link-libs<span class="caret"></span>
|
||||||
|
</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="http://HeeroYui.github.io/lutin">lutin</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ewol">ewol</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/etk">etk</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ejson">ejson</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/exml">exml</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esvg">esvg</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/egami">egami</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/gale">gale</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ege">ege</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/elog">elog</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ememory">ememory</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/enet">enet</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/eproperty">eproperty</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esignal">esignal</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/zeus">zeus</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/audio-ess">audio-ess</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio">audio</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-drain">audio-drain</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-orchestra">audio-orchestra</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-river">audio-river</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div id="search-box" class="input-group">
|
||||||
|
<div class="input-group-btn">
|
||||||
|
<button aria-expanded="false" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||||
|
<span class="glyphicon glyphicon-search"></span>
|
||||||
|
<span class="caret"></span>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="#">All</a></li>
|
||||||
|
<li><a href="#">Classes</a></li>
|
||||||
|
<li><a href="#">Namespaces</a></li>
|
||||||
|
<li><a href="#">Files</a></li>
|
||||||
|
<li><a href="#">Functions</a></li>
|
||||||
|
<li><a href="#">Variables</a></li>
|
||||||
|
<li><a href="#">Typedefs</a></li>
|
||||||
|
<li><a href="#">Enumerations</a></li>
|
||||||
|
<li><a href="#">Enumerator</a></li>
|
||||||
|
<li><a href="#">Friends</a></li>
|
||||||
|
<li><a href="#">Macros</a></li>
|
||||||
|
<li><a href="#">Pages</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<button id="search-close" type="button" class="close" aria-label="Close">
|
||||||
|
<span aria-hidden="true"></span>
|
||||||
|
</button>
|
||||||
|
<input id="search-field" class="form-control" accesskey="S" onkeydown="searchBox.OnSearchFieldChange(event);" placeholder="Search ..." type="text">
|
||||||
|
</div>
|
||||||
|
</div><!--/.nav-collapse -->
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div class="content" id="content">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-12 panel panel-default" style="padding-bottom: 15px;">
|
||||||
|
<div style="margin-bottom: 15px;">
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.8.11 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
|
</script>
|
||||||
|
<div id="navrow1" class="tabs">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||||
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
||||||
|
<li class="current"><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||||
|
<li><a href="files.html"><span>Files</span></a></li>
|
||||||
|
<li>
|
||||||
|
<div id="MSearchBox" class="MSearchBoxInactive">
|
||||||
|
<span class="left">
|
||||||
|
<img id="MSearchSelect" src="search/mag_sel.png"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
alt=""/>
|
||||||
|
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||||
|
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||||
|
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||||
|
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||||
|
</span><span class="right">
|
||||||
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="navrow2" class="tabs2">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="namespaces.html"><span>Namespace List</span></a></li>
|
||||||
|
<li class="current"><a href="namespacemembers.html"><span>Namespace Members</span></a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="navrow3" class="tabs2">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="namespacemembers.html"><span>All</span></a></li>
|
||||||
|
<li class="current"><a href="namespacemembers_func.html"><span>Functions</span></a></li>
|
||||||
|
<li><a href="namespacemembers_type.html"><span>Typedefs</span></a></li>
|
||||||
|
<li><a href="namespacemembers_enum.html"><span>Enumerations</span></a></li>
|
||||||
|
<li><a href="namespacemembers_eval.html"><span>Enumerator</span></a></li>
|
||||||
|
</ul>
|
||||||
|
</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>
|
||||||
|
|
||||||
|
<div class="contents">
|
||||||
|
 <ul>
|
||||||
|
<li>displayBacktrace()
|
||||||
|
: <a class="el" href="namespaceelog.html#aaa54d31e61733c3ed433fe18b7be4dfa">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>getLevel()
|
||||||
|
: <a class="el" href="namespaceelog.html#a31cfb5b0fcaba634b18b0c886e728b44">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>getListInstance()
|
||||||
|
: <a class="el" href="namespaceelog.html#a08110480947e6d682ad69b5b4a4d18d5">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>init()
|
||||||
|
: <a class="el" href="namespaceelog.html#a1005ac82c94e09b499d29b70a98cd5cc">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>logChar()
|
||||||
|
: <a class="el" href="namespaceelog.html#a9e62f7052313032d6f02a20e1885d781">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>logChar1()
|
||||||
|
: <a class="el" href="namespaceelog.html#a9dcb1d0c878bbc5585c452d7fe7460d8">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>logStream()
|
||||||
|
: <a class="el" href="namespaceelog.html#a333ea900d08304571ccbfaef6d7f647b">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>logStream1()
|
||||||
|
: <a class="el" href="namespaceelog.html#ab60bc58f0e317b846c7219058111ba8b">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>registerInstance()
|
||||||
|
: <a class="el" href="namespaceelog.html#a7e40b0be74fd80765658df83f72a4e3e">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>setBackTrace()
|
||||||
|
: <a class="el" href="namespaceelog.html#aae6ff218b5e851513cfc29d030b865fb">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>setCallbackLog()
|
||||||
|
: <a class="el" href="namespaceelog.html#a8c02ad11df203c22c7e65c759b43efdd">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>setColor()
|
||||||
|
: <a class="el" href="namespaceelog.html#a157a0ce2993c115906b8a2607f6a9133">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>setFunction()
|
||||||
|
: <a class="el" href="namespaceelog.html#aed76a2bba4f8c0f51633fa64ab08362d">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>setLevel()
|
||||||
|
: <a class="el" href="namespaceelog.html#a3afe4089acb36e88d7266c1ce85ddc7b">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>setLibName()
|
||||||
|
: <a class="el" href="namespaceelog.html#a98f690a8538d4726fa0060331e021a08">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>setLine()
|
||||||
|
: <a class="el" href="namespaceelog.html#a2591d4ba7e3136ff84c0b81289000b79">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>setLogInFile()
|
||||||
|
: <a class="el" href="namespaceelog.html#a78083b9d6ef033e329b788f8fa22f3f3">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>setThreadId()
|
||||||
|
: <a class="el" href="namespaceelog.html#a9b835d4980949026a8883570ea3837af">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>setThreadNameEnable()
|
||||||
|
: <a class="el" href="namespaceelog.html#ae64b5abf2ea03562679668e6242c49a2">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>setTime()
|
||||||
|
: <a class="el" href="namespaceelog.html#a15e30e61e8db5a43e72358d2c02be6a4">elog</a>
|
||||||
|
</li>
|
||||||
|
<li>unsetLogInFile()
|
||||||
|
: <a class="el" href="namespaceelog.html#a496120feb0c59449a46057559c6c8a1a">elog</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div><!-- contents -->
|
||||||
|
<!-- HTML footer for doxygen 1.8.8-->
|
||||||
|
<!-- start footer part -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr class="footer"/><address class="footer"><small>
|
||||||
|
Generated on Sun Oct 23 2016 22:01:38 for Elog: Etk log interface by  <a href="http://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
|
</a> 1.8.11
|
||||||
|
</small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
183
namespacemembers_type.html
Normal file
@ -0,0 +1,183 @@
|
|||||||
|
<!-- HTML header for doxygen 1.8.8-->
|
||||||
|
<!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="X-UA-Compatible" content="IE=edge">
|
||||||
|
<!-- For Mobile Devices -->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||||
|
<title>Elog: Etk log interface: Namespace Members</title>
|
||||||
|
<!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
|
||||||
|
<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>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
</script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
||||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
|
||||||
|
<script type="text/javascript" src="doxy-boot.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<a class="navbar-brand">Elog: Etk log interface 0.4.0</a>
|
||||||
|
</div>
|
||||||
|
<div id="navbar" class="navbar-collapse collapse">
|
||||||
|
<ul class="nav navbar-nav">
|
||||||
|
<li><a href="index.html">Main Page</a></li>
|
||||||
|
<li><a href="pages.html">Related Pages</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="annotated.html">Classes</a></li>
|
||||||
|
<li><a href="files.html">Files</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="nav navbar-nav navbar-right">
|
||||||
|
<li class="dropdown">
|
||||||
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||||
|
Link-libs<span class="caret"></span>
|
||||||
|
</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="http://HeeroYui.github.io/lutin">lutin</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ewol">ewol</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/etk">etk</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ejson">ejson</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/exml">exml</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esvg">esvg</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/egami">egami</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/gale">gale</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ege">ege</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/elog">elog</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ememory">ememory</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/enet">enet</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/eproperty">eproperty</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esignal">esignal</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/zeus">zeus</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/audio-ess">audio-ess</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio">audio</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-drain">audio-drain</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-orchestra">audio-orchestra</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-river">audio-river</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div id="search-box" class="input-group">
|
||||||
|
<div class="input-group-btn">
|
||||||
|
<button aria-expanded="false" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||||
|
<span class="glyphicon glyphicon-search"></span>
|
||||||
|
<span class="caret"></span>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="#">All</a></li>
|
||||||
|
<li><a href="#">Classes</a></li>
|
||||||
|
<li><a href="#">Namespaces</a></li>
|
||||||
|
<li><a href="#">Files</a></li>
|
||||||
|
<li><a href="#">Functions</a></li>
|
||||||
|
<li><a href="#">Variables</a></li>
|
||||||
|
<li><a href="#">Typedefs</a></li>
|
||||||
|
<li><a href="#">Enumerations</a></li>
|
||||||
|
<li><a href="#">Enumerator</a></li>
|
||||||
|
<li><a href="#">Friends</a></li>
|
||||||
|
<li><a href="#">Macros</a></li>
|
||||||
|
<li><a href="#">Pages</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<button id="search-close" type="button" class="close" aria-label="Close">
|
||||||
|
<span aria-hidden="true"></span>
|
||||||
|
</button>
|
||||||
|
<input id="search-field" class="form-control" accesskey="S" onkeydown="searchBox.OnSearchFieldChange(event);" placeholder="Search ..." type="text">
|
||||||
|
</div>
|
||||||
|
</div><!--/.nav-collapse -->
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div class="content" id="content">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-12 panel panel-default" style="padding-bottom: 15px;">
|
||||||
|
<div style="margin-bottom: 15px;">
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.8.11 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
|
</script>
|
||||||
|
<div id="navrow1" class="tabs">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||||
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
||||||
|
<li class="current"><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||||
|
<li><a href="files.html"><span>Files</span></a></li>
|
||||||
|
<li>
|
||||||
|
<div id="MSearchBox" class="MSearchBoxInactive">
|
||||||
|
<span class="left">
|
||||||
|
<img id="MSearchSelect" src="search/mag_sel.png"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
alt=""/>
|
||||||
|
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||||
|
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||||
|
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||||
|
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||||
|
</span><span class="right">
|
||||||
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="navrow2" class="tabs2">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="namespaces.html"><span>Namespace List</span></a></li>
|
||||||
|
<li class="current"><a href="namespacemembers.html"><span>Namespace Members</span></a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="navrow3" class="tabs2">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="namespacemembers.html"><span>All</span></a></li>
|
||||||
|
<li><a href="namespacemembers_func.html"><span>Functions</span></a></li>
|
||||||
|
<li class="current"><a href="namespacemembers_type.html"><span>Typedefs</span></a></li>
|
||||||
|
<li><a href="namespacemembers_enum.html"><span>Enumerations</span></a></li>
|
||||||
|
<li><a href="namespacemembers_eval.html"><span>Enumerator</span></a></li>
|
||||||
|
</ul>
|
||||||
|
</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>
|
||||||
|
|
||||||
|
<div class="contents">
|
||||||
|
 <ul>
|
||||||
|
<li>callbackLog
|
||||||
|
: <a class="el" href="namespaceelog.html#a2f5d781d79bd79fcda8b94a212bcbbde">elog</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div><!-- contents -->
|
||||||
|
<!-- HTML footer for doxygen 1.8.8-->
|
||||||
|
<!-- start footer part -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr class="footer"/><address class="footer"><small>
|
||||||
|
Generated on Sun Oct 23 2016 22:01:38 for Elog: Etk log interface by  <a href="http://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
|
</a> 1.8.11
|
||||||
|
</small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
178
namespaces.html
Normal file
@ -0,0 +1,178 @@
|
|||||||
|
<!-- HTML header for doxygen 1.8.8-->
|
||||||
|
<!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="X-UA-Compatible" content="IE=edge">
|
||||||
|
<!-- For Mobile Devices -->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||||
|
<title>Elog: Etk log interface: Namespace List</title>
|
||||||
|
<!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
|
||||||
|
<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>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
</script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
||||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
|
||||||
|
<script type="text/javascript" src="doxy-boot.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<a class="navbar-brand">Elog: Etk log interface 0.4.0</a>
|
||||||
|
</div>
|
||||||
|
<div id="navbar" class="navbar-collapse collapse">
|
||||||
|
<ul class="nav navbar-nav">
|
||||||
|
<li><a href="index.html">Main Page</a></li>
|
||||||
|
<li><a href="pages.html">Related Pages</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="annotated.html">Classes</a></li>
|
||||||
|
<li><a href="files.html">Files</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="nav navbar-nav navbar-right">
|
||||||
|
<li class="dropdown">
|
||||||
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||||
|
Link-libs<span class="caret"></span>
|
||||||
|
</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="http://HeeroYui.github.io/lutin">lutin</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ewol">ewol</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/etk">etk</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ejson">ejson</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/exml">exml</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esvg">esvg</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/egami">egami</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/gale">gale</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ege">ege</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/elog">elog</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ememory">ememory</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/enet">enet</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/eproperty">eproperty</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esignal">esignal</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/zeus">zeus</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/audio-ess">audio-ess</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio">audio</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-drain">audio-drain</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-orchestra">audio-orchestra</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-river">audio-river</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div id="search-box" class="input-group">
|
||||||
|
<div class="input-group-btn">
|
||||||
|
<button aria-expanded="false" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||||
|
<span class="glyphicon glyphicon-search"></span>
|
||||||
|
<span class="caret"></span>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="#">All</a></li>
|
||||||
|
<li><a href="#">Classes</a></li>
|
||||||
|
<li><a href="#">Namespaces</a></li>
|
||||||
|
<li><a href="#">Files</a></li>
|
||||||
|
<li><a href="#">Functions</a></li>
|
||||||
|
<li><a href="#">Variables</a></li>
|
||||||
|
<li><a href="#">Typedefs</a></li>
|
||||||
|
<li><a href="#">Enumerations</a></li>
|
||||||
|
<li><a href="#">Enumerator</a></li>
|
||||||
|
<li><a href="#">Friends</a></li>
|
||||||
|
<li><a href="#">Macros</a></li>
|
||||||
|
<li><a href="#">Pages</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<button id="search-close" type="button" class="close" aria-label="Close">
|
||||||
|
<span aria-hidden="true"></span>
|
||||||
|
</button>
|
||||||
|
<input id="search-field" class="form-control" accesskey="S" onkeydown="searchBox.OnSearchFieldChange(event);" placeholder="Search ..." type="text">
|
||||||
|
</div>
|
||||||
|
</div><!--/.nav-collapse -->
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div class="content" id="content">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-12 panel panel-default" style="padding-bottom: 15px;">
|
||||||
|
<div style="margin-bottom: 15px;">
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.8.11 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
|
</script>
|
||||||
|
<div id="navrow1" class="tabs">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||||
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
||||||
|
<li class="current"><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||||
|
<li><a href="files.html"><span>Files</span></a></li>
|
||||||
|
<li>
|
||||||
|
<div id="MSearchBox" class="MSearchBoxInactive">
|
||||||
|
<span class="left">
|
||||||
|
<img id="MSearchSelect" src="search/mag_sel.png"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
alt=""/>
|
||||||
|
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||||
|
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||||
|
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||||
|
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||||
|
</span><span class="right">
|
||||||
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="navrow2" class="tabs2">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li class="current"><a href="namespaces.html"><span>Namespace List</span></a></li>
|
||||||
|
<li><a href="namespacemembers.html"><span>Namespace Members</span></a></li>
|
||||||
|
</ul>
|
||||||
|
</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>
|
||||||
|
|
||||||
|
<div class="header">
|
||||||
|
<div class="headertitle">
|
||||||
|
<div class="title">Namespace List</div> </div>
|
||||||
|
</div><!--header-->
|
||||||
|
<div class="contents">
|
||||||
|
<div class="textblock">Here is a list of all documented namespaces with brief descriptions:</div><div class="directory">
|
||||||
|
<table class="directory">
|
||||||
|
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceelog.html" target="_self">elog</a></td><td class="desc">Basic namespace of the elog library. (it might contain all the elog fuctions without macro) </td></tr>
|
||||||
|
</table>
|
||||||
|
</div><!-- directory -->
|
||||||
|
</div><!-- contents -->
|
||||||
|
<!-- HTML footer for doxygen 1.8.8-->
|
||||||
|
<!-- start footer part -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr class="footer"/><address class="footer"><small>
|
||||||
|
Generated on Sun Oct 23 2016 22:01:38 for Elog: Etk log interface by  <a href="http://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
|
</a> 1.8.11
|
||||||
|
</small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
176
pages.html
Normal file
@ -0,0 +1,176 @@
|
|||||||
|
<!-- HTML header for doxygen 1.8.8-->
|
||||||
|
<!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="X-UA-Compatible" content="IE=edge">
|
||||||
|
<!-- For Mobile Devices -->
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||||
|
<title>Elog: Etk log interface: Related Pages</title>
|
||||||
|
<!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
|
||||||
|
<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>
|
||||||
|
<script type="text/javascript">
|
||||||
|
$(document).ready(function() { init_search(); });
|
||||||
|
</script>
|
||||||
|
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
|
||||||
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
|
||||||
|
<script type="text/javascript" src="doxy-boot.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||||
|
<div class="container">
|
||||||
|
<div class="navbar-header">
|
||||||
|
<a class="navbar-brand">Elog: Etk log interface 0.4.0</a>
|
||||||
|
</div>
|
||||||
|
<div id="navbar" class="navbar-collapse collapse">
|
||||||
|
<ul class="nav navbar-nav">
|
||||||
|
<li><a href="index.html">Main Page</a></li>
|
||||||
|
<li><a href="pages.html">Related Pages</a></li>
|
||||||
|
<li><a href="namespaces.html">Namespaces</a></li>
|
||||||
|
<li><a href="annotated.html">Classes</a></li>
|
||||||
|
<li><a href="files.html">Files</a></li>
|
||||||
|
</ul>
|
||||||
|
<ul class="nav navbar-nav navbar-right">
|
||||||
|
<li class="dropdown">
|
||||||
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
|
||||||
|
Link-libs<span class="caret"></span>
|
||||||
|
</a>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="http://HeeroYui.github.io/lutin">lutin</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ewol">ewol</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/etk">etk</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ejson">ejson</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/exml">exml</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esvg">esvg</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/egami">egami</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/gale">gale</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ege">ege</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/elog">elog</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/ememory">ememory</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/enet">enet</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/eproperty">eproperty</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/esignal">esignal</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/zeus">zeus</a></li>
|
||||||
|
<li><a href="http://atria-soft.github.io/audio-ess">audio-ess</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio">audio</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-drain">audio-drain</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-orchestra">audio-orchestra</a></li>
|
||||||
|
<li><a href="http://musicdsp.github.io/audio-river">audio-river</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<div id="search-box" class="input-group">
|
||||||
|
<div class="input-group-btn">
|
||||||
|
<button aria-expanded="false" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
|
||||||
|
<span class="glyphicon glyphicon-search"></span>
|
||||||
|
<span class="caret"></span>
|
||||||
|
</button>
|
||||||
|
<ul class="dropdown-menu">
|
||||||
|
<li><a href="#">All</a></li>
|
||||||
|
<li><a href="#">Classes</a></li>
|
||||||
|
<li><a href="#">Namespaces</a></li>
|
||||||
|
<li><a href="#">Files</a></li>
|
||||||
|
<li><a href="#">Functions</a></li>
|
||||||
|
<li><a href="#">Variables</a></li>
|
||||||
|
<li><a href="#">Typedefs</a></li>
|
||||||
|
<li><a href="#">Enumerations</a></li>
|
||||||
|
<li><a href="#">Enumerator</a></li>
|
||||||
|
<li><a href="#">Friends</a></li>
|
||||||
|
<li><a href="#">Macros</a></li>
|
||||||
|
<li><a href="#">Pages</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<button id="search-close" type="button" class="close" aria-label="Close">
|
||||||
|
<span aria-hidden="true"></span>
|
||||||
|
</button>
|
||||||
|
<input id="search-field" class="form-control" accesskey="S" onkeydown="searchBox.OnSearchFieldChange(event);" placeholder="Search ..." type="text">
|
||||||
|
</div>
|
||||||
|
</div><!--/.nav-collapse -->
|
||||||
|
</div>
|
||||||
|
</nav>
|
||||||
|
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<div class="content" id="content">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-12 panel panel-default" style="padding-bottom: 15px;">
|
||||||
|
<div style="margin-bottom: 15px;">
|
||||||
|
<!-- end header part -->
|
||||||
|
<!-- Generated by Doxygen 1.8.11 -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||||
|
</script>
|
||||||
|
<div id="navrow1" class="tabs">
|
||||||
|
<ul class="tablist">
|
||||||
|
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||||
|
<li class="current"><a href="pages.html"><span>Related Pages</span></a></li>
|
||||||
|
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
||||||
|
<li><a href="files.html"><span>Files</span></a></li>
|
||||||
|
<li>
|
||||||
|
<div id="MSearchBox" class="MSearchBoxInactive">
|
||||||
|
<span class="left">
|
||||||
|
<img id="MSearchSelect" src="search/mag_sel.png"
|
||||||
|
onmouseover="return searchBox.OnSearchSelectShow()"
|
||||||
|
onmouseout="return searchBox.OnSearchSelectHide()"
|
||||||
|
alt=""/>
|
||||||
|
<input type="text" id="MSearchField" value="Search" accesskey="S"
|
||||||
|
onfocus="searchBox.OnSearchFieldFocus(true)"
|
||||||
|
onblur="searchBox.OnSearchFieldFocus(false)"
|
||||||
|
onkeyup="searchBox.OnSearchFieldChange(event)"/>
|
||||||
|
</span><span class="right">
|
||||||
|
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</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>
|
||||||
|
|
||||||
|
<div class="header">
|
||||||
|
<div class="headertitle">
|
||||||
|
<div class="title">Related Pages</div> </div>
|
||||||
|
</div><!--header-->
|
||||||
|
<div class="contents">
|
||||||
|
<div class="textblock">Here is a list of all related documentation pages:</div><div class="directory">
|
||||||
|
<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span>]</div><table class="directory">
|
||||||
|
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><a class="el" href="elog_build.html" target="_self">Build lib & build sample</a></td><td class="desc"></td></tr>
|
||||||
|
<tr id="row_1_"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_1_" class="arrow" onclick="toggleFolder('1_')">▼</span><a class="el" href="elog_tutorial.html" target="_self">Tutorials</a></td><td class="desc"></td></tr>
|
||||||
|
<tr id="row_1_0_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><a class="el" href="elog_tutorial_01.html" target="_self">Elog Tutorial: Add some Log (using)</a></td><td class="desc"></td></tr>
|
||||||
|
<tr id="row_1_1_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><a class="el" href="elog_tutorial_02.html" target="_self">Elog Tutorial: Runtime use</a></td><td class="desc"></td></tr>
|
||||||
|
<tr id="row_1_2_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><a class="el" href="elog_tutorial_03.html" target="_self">Elog Tutorial: Optionnal dependency</a></td><td class="desc"></td></tr>
|
||||||
|
</table>
|
||||||
|
</div><!-- directory -->
|
||||||
|
</div><!-- contents -->
|
||||||
|
<!-- HTML footer for doxygen 1.8.8-->
|
||||||
|
<!-- start footer part -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<hr class="footer"/><address class="footer"><small>
|
||||||
|
Generated on Sun Oct 23 2016 22:01:38 for Elog: Etk log interface by  <a href="http://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||||
|
</a> 1.8.11
|
||||||
|
</small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
26
search/all_0.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="all_0.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
createResults();
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
4
search/all_0.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['build_20lib_20_26_20build_20sample',['Build lib & build sample',['../elog_build.html',1,'']]]
|
||||||
|
];
|
26
search/all_1.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="all_1.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
createResults();
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
4
search/all_1.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['callbacklog',['callbackLog',['../namespaceelog.html#a2f5d781d79bd79fcda8b94a212bcbbde',1,'elog']]]
|
||||||
|
];
|
26
search/all_2.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="all_2.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
createResults();
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
4
search/all_2.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['displaybacktrace',['displayBacktrace',['../namespaceelog.html#aaa54d31e61733c3ed433fe18b7be4dfa',1,'elog']]]
|
||||||
|
];
|
26
search/all_3.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="all_3.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
createResults();
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
10
search/all_3.js
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['elog',['elog',['../namespaceelog.html',1,'']]],
|
||||||
|
['elog_2ehpp',['elog.hpp',['../elog_8hpp.html',1,'']]],
|
||||||
|
['elog_5fbase',['ELOG_BASE',['../log_8hpp.html#aa40f1ece2f1d083805177411e2129690',1,'log.hpp']]],
|
||||||
|
['elog_20tutorial_3a_20add_20some_20log_20_28using_29',['Elog Tutorial: Add some Log (using)',['../elog_tutorial_01.html',1,'elog_tutorial']]],
|
||||||
|
['elog_20tutorial_3a_20runtime_20use',['Elog Tutorial: Runtime use',['../elog_tutorial_02.html',1,'elog_tutorial']]],
|
||||||
|
['elog_20tutorial_3a_20optionnal_20dependency',['Elog Tutorial: Optionnal dependency',['../elog_tutorial_03.html',1,'elog_tutorial']]],
|
||||||
|
['elog_20library',['Elog library',['../index.html',1,'']]]
|
||||||
|
];
|
26
search/all_4.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="all_4.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
createResults();
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
5
search/all_4.js
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['getlevel',['getLevel',['../namespaceelog.html#a31cfb5b0fcaba634b18b0c886e728b44',1,'elog']]],
|
||||||
|
['getlistinstance',['getListInstance',['../namespaceelog.html#a08110480947e6d682ad69b5b4a4d18d5',1,'elog']]]
|
||||||
|
];
|
26
search/all_5.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="all_5.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
createResults();
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
4
search/all_5.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['init',['init',['../namespaceelog.html#a1005ac82c94e09b499d29b70a98cd5cc',1,'elog']]]
|
||||||
|
];
|
26
search/all_6.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="all_6.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
createResults();
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
17
search/all_6.js
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['level',['level',['../namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89',1,'elog']]],
|
||||||
|
['level_5fcritical',['level_critical',['../namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89a4c2b8e97dbaeda89eb1fbce53e691625',1,'elog']]],
|
||||||
|
['level_5fdebug',['level_debug',['../namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89a97d8804cb4c8776f67824ec0acf53efb',1,'elog']]],
|
||||||
|
['level_5ferror',['level_error',['../namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89add2b92a662d3e09201bfc37cf42f906c',1,'elog']]],
|
||||||
|
['level_5finfo',['level_info',['../namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89aec0f38e9cdb484718ef007a57628e021',1,'elog']]],
|
||||||
|
['level_5fnone',['level_none',['../namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89aeff8c0bec7329ce8b94597f6bd501354',1,'elog']]],
|
||||||
|
['level_5fprint',['level_print',['../namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89a93c9ecff62779bddcc1bc2e7fc5dd829',1,'elog']]],
|
||||||
|
['level_5fverbose',['level_verbose',['../namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89adf726904a7486e61530282123dbd58cd',1,'elog']]],
|
||||||
|
['level_5fwarning',['level_warning',['../namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89abe0c0f2534e916ba560a798d1392ce0c',1,'elog']]],
|
||||||
|
['log_2ehpp',['log.hpp',['../log_8hpp.html',1,'']]],
|
||||||
|
['logchar',['logChar',['../namespaceelog.html#a9e62f7052313032d6f02a20e1885d781',1,'elog']]],
|
||||||
|
['logchar1',['logChar1',['../namespaceelog.html#a9dcb1d0c878bbc5585c452d7fe7460d8',1,'elog']]],
|
||||||
|
['logstream',['logStream',['../namespaceelog.html#a333ea900d08304571ccbfaef6d7f647b',1,'elog']]],
|
||||||
|
['logstream1',['logStream1',['../namespaceelog.html#ab60bc58f0e317b846c7219058111ba8b',1,'elog']]]
|
||||||
|
];
|
26
search/all_7.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="all_7.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
createResults();
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
4
search/all_7.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['registerinstance',['registerInstance',['../namespaceelog.html#a7e40b0be74fd80765658df83f72a4e3e',1,'elog']]]
|
||||||
|
];
|
26
search/all_8.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="all_8.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
createResults();
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
14
search/all_8.js
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['setbacktrace',['setBackTrace',['../namespaceelog.html#aae6ff218b5e851513cfc29d030b865fb',1,'elog']]],
|
||||||
|
['setcallbacklog',['setCallbackLog',['../namespaceelog.html#a8c02ad11df203c22c7e65c759b43efdd',1,'elog']]],
|
||||||
|
['setcolor',['setColor',['../namespaceelog.html#a157a0ce2993c115906b8a2607f6a9133',1,'elog']]],
|
||||||
|
['setfunction',['setFunction',['../namespaceelog.html#aed76a2bba4f8c0f51633fa64ab08362d',1,'elog']]],
|
||||||
|
['setlevel',['setLevel',['../namespaceelog.html#a3afe4089acb36e88d7266c1ce85ddc7b',1,'elog::setLevel(const std::string &_name, enum elog::level _level)'],['../namespaceelog.html#a423b95c78b78e98de35c8f176b9efbdc',1,'elog::setLevel(int32_t _id, enum elog::level _level)'],['../namespaceelog.html#a600189d0be9885f63d651201ab0c3688',1,'elog::setLevel(enum elog::level _level)']]],
|
||||||
|
['setlibname',['setLibName',['../namespaceelog.html#a98f690a8538d4726fa0060331e021a08',1,'elog']]],
|
||||||
|
['setline',['setLine',['../namespaceelog.html#a2591d4ba7e3136ff84c0b81289000b79',1,'elog']]],
|
||||||
|
['setloginfile',['setLogInFile',['../namespaceelog.html#a78083b9d6ef033e329b788f8fa22f3f3',1,'elog']]],
|
||||||
|
['setthreadid',['setThreadId',['../namespaceelog.html#a9b835d4980949026a8883570ea3837af',1,'elog']]],
|
||||||
|
['setthreadnameenable',['setThreadNameEnable',['../namespaceelog.html#ae64b5abf2ea03562679668e6242c49a2',1,'elog']]],
|
||||||
|
['settime',['setTime',['../namespaceelog.html#a15e30e61e8db5a43e72358d2c02be6a4',1,'elog']]]
|
||||||
|
];
|
26
search/all_9.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="all_9.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
createResults();
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
4
search/all_9.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['tutorials',['Tutorials',['../elog_tutorial.html',1,'']]]
|
||||||
|
];
|
26
search/all_a.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="all_a.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
createResults();
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
4
search/all_a.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['unsetloginfile',['unsetLogInFile',['../namespaceelog.html#a496120feb0c59449a46057559c6c8a1a',1,'elog']]]
|
||||||
|
];
|
BIN
search/close.png
Normal file
After Width: | Height: | Size: 273 B |
26
search/defines_0.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="defines_0.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
createResults();
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
4
search/defines_0.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['elog_5fbase',['ELOG_BASE',['../log_8hpp.html#aa40f1ece2f1d083805177411e2129690',1,'log.hpp']]]
|
||||||
|
];
|
26
search/enums_0.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="enums_0.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
createResults();
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
4
search/enums_0.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['level',['level',['../namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89',1,'elog']]]
|
||||||
|
];
|
26
search/enumvalues_0.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="enumvalues_0.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
createResults();
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
11
search/enumvalues_0.js
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['level_5fcritical',['level_critical',['../namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89a4c2b8e97dbaeda89eb1fbce53e691625',1,'elog']]],
|
||||||
|
['level_5fdebug',['level_debug',['../namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89a97d8804cb4c8776f67824ec0acf53efb',1,'elog']]],
|
||||||
|
['level_5ferror',['level_error',['../namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89add2b92a662d3e09201bfc37cf42f906c',1,'elog']]],
|
||||||
|
['level_5finfo',['level_info',['../namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89aec0f38e9cdb484718ef007a57628e021',1,'elog']]],
|
||||||
|
['level_5fnone',['level_none',['../namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89aeff8c0bec7329ce8b94597f6bd501354',1,'elog']]],
|
||||||
|
['level_5fprint',['level_print',['../namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89a93c9ecff62779bddcc1bc2e7fc5dd829',1,'elog']]],
|
||||||
|
['level_5fverbose',['level_verbose',['../namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89adf726904a7486e61530282123dbd58cd',1,'elog']]],
|
||||||
|
['level_5fwarning',['level_warning',['../namespaceelog.html#a2aac95a15381721219c16f6ff5b4fb89abe0c0f2534e916ba560a798d1392ce0c',1,'elog']]]
|
||||||
|
];
|
26
search/files_0.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="files_0.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
createResults();
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
4
search/files_0.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['elog_2ehpp',['elog.hpp',['../elog_8hpp.html',1,'']]]
|
||||||
|
];
|
26
search/files_1.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="files_1.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
createResults();
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
4
search/files_1.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['log_2ehpp',['log.hpp',['../log_8hpp.html',1,'']]]
|
||||||
|
];
|
26
search/functions_0.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="functions_0.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
createResults();
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
4
search/functions_0.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['displaybacktrace',['displayBacktrace',['../namespaceelog.html#aaa54d31e61733c3ed433fe18b7be4dfa',1,'elog']]]
|
||||||
|
];
|
26
search/functions_1.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="functions_1.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
createResults();
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
5
search/functions_1.js
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['getlevel',['getLevel',['../namespaceelog.html#a31cfb5b0fcaba634b18b0c886e728b44',1,'elog']]],
|
||||||
|
['getlistinstance',['getListInstance',['../namespaceelog.html#a08110480947e6d682ad69b5b4a4d18d5',1,'elog']]]
|
||||||
|
];
|
26
search/functions_2.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="functions_2.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
createResults();
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
4
search/functions_2.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['init',['init',['../namespaceelog.html#a1005ac82c94e09b499d29b70a98cd5cc',1,'elog']]]
|
||||||
|
];
|
26
search/functions_3.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="functions_3.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
createResults();
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
7
search/functions_3.js
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['logchar',['logChar',['../namespaceelog.html#a9e62f7052313032d6f02a20e1885d781',1,'elog']]],
|
||||||
|
['logchar1',['logChar1',['../namespaceelog.html#a9dcb1d0c878bbc5585c452d7fe7460d8',1,'elog']]],
|
||||||
|
['logstream',['logStream',['../namespaceelog.html#a333ea900d08304571ccbfaef6d7f647b',1,'elog']]],
|
||||||
|
['logstream1',['logStream1',['../namespaceelog.html#ab60bc58f0e317b846c7219058111ba8b',1,'elog']]]
|
||||||
|
];
|
26
search/functions_4.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="functions_4.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
createResults();
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
4
search/functions_4.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['registerinstance',['registerInstance',['../namespaceelog.html#a7e40b0be74fd80765658df83f72a4e3e',1,'elog']]]
|
||||||
|
];
|
26
search/functions_5.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="functions_5.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
createResults();
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
14
search/functions_5.js
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['setbacktrace',['setBackTrace',['../namespaceelog.html#aae6ff218b5e851513cfc29d030b865fb',1,'elog']]],
|
||||||
|
['setcallbacklog',['setCallbackLog',['../namespaceelog.html#a8c02ad11df203c22c7e65c759b43efdd',1,'elog']]],
|
||||||
|
['setcolor',['setColor',['../namespaceelog.html#a157a0ce2993c115906b8a2607f6a9133',1,'elog']]],
|
||||||
|
['setfunction',['setFunction',['../namespaceelog.html#aed76a2bba4f8c0f51633fa64ab08362d',1,'elog']]],
|
||||||
|
['setlevel',['setLevel',['../namespaceelog.html#a3afe4089acb36e88d7266c1ce85ddc7b',1,'elog::setLevel(const std::string &_name, enum elog::level _level)'],['../namespaceelog.html#a423b95c78b78e98de35c8f176b9efbdc',1,'elog::setLevel(int32_t _id, enum elog::level _level)'],['../namespaceelog.html#a600189d0be9885f63d651201ab0c3688',1,'elog::setLevel(enum elog::level _level)']]],
|
||||||
|
['setlibname',['setLibName',['../namespaceelog.html#a98f690a8538d4726fa0060331e021a08',1,'elog']]],
|
||||||
|
['setline',['setLine',['../namespaceelog.html#a2591d4ba7e3136ff84c0b81289000b79',1,'elog']]],
|
||||||
|
['setloginfile',['setLogInFile',['../namespaceelog.html#a78083b9d6ef033e329b788f8fa22f3f3',1,'elog']]],
|
||||||
|
['setthreadid',['setThreadId',['../namespaceelog.html#a9b835d4980949026a8883570ea3837af',1,'elog']]],
|
||||||
|
['setthreadnameenable',['setThreadNameEnable',['../namespaceelog.html#ae64b5abf2ea03562679668e6242c49a2',1,'elog']]],
|
||||||
|
['settime',['setTime',['../namespaceelog.html#a15e30e61e8db5a43e72358d2c02be6a4',1,'elog']]]
|
||||||
|
];
|
26
search/functions_6.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="functions_6.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
createResults();
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
4
search/functions_6.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['unsetloginfile',['unsetLogInFile',['../namespaceelog.html#a496120feb0c59449a46057559c6c8a1a',1,'elog']]]
|
||||||
|
];
|
BIN
search/mag_sel.png
Normal file
After Width: | Height: | Size: 563 B |
26
search/namespaces_0.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="namespaces_0.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
createResults();
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
4
search/namespaces_0.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['elog',['elog',['../namespaceelog.html',1,'']]]
|
||||||
|
];
|
12
search/nomatches.html
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
26
search/pages_0.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="pages_0.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
createResults();
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
4
search/pages_0.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['build_20lib_20_26_20build_20sample',['Build lib & build sample',['../elog_build.html',1,'']]]
|
||||||
|
];
|
26
search/pages_1.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="pages_1.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
createResults();
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
7
search/pages_1.js
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['elog_20tutorial_3a_20add_20some_20log_20_28using_29',['Elog Tutorial: Add some Log (using)',['../elog_tutorial_01.html',1,'elog_tutorial']]],
|
||||||
|
['elog_20tutorial_3a_20runtime_20use',['Elog Tutorial: Runtime use',['../elog_tutorial_02.html',1,'elog_tutorial']]],
|
||||||
|
['elog_20tutorial_3a_20optionnal_20dependency',['Elog Tutorial: Optionnal dependency',['../elog_tutorial_03.html',1,'elog_tutorial']]],
|
||||||
|
['elog_20library',['Elog library',['../index.html',1,'']]]
|
||||||
|
];
|
26
search/pages_2.html
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html><head><title></title>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||||
|
<meta name="generator" content="Doxygen 1.8.11"/>
|
||||||
|
<link rel="stylesheet" type="text/css" href="search.css"/>
|
||||||
|
<script type="text/javascript" src="pages_2.js"></script>
|
||||||
|
<script type="text/javascript" src="search.js"></script>
|
||||||
|
</head>
|
||||||
|
<body class="SRPage">
|
||||||
|
<div id="SRIndex">
|
||||||
|
<div class="SRStatus" id="Loading">Loading...</div>
|
||||||
|
<div id="SRResults"></div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
createResults();
|
||||||
|
--></script>
|
||||||
|
<div class="SRStatus" id="Searching">Searching...</div>
|
||||||
|
<div class="SRStatus" id="NoMatches">No Matches</div>
|
||||||
|
<script type="text/javascript"><!--
|
||||||
|
document.getElementById("Loading").style.display="none";
|
||||||
|
document.getElementById("NoMatches").style.display="none";
|
||||||
|
var searchResults = new SearchResults("searchResults");
|
||||||
|
searchResults.Search();
|
||||||
|
--></script>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
4
search/pages_2.js
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
var searchData=
|
||||||
|
[
|
||||||
|
['tutorials',['Tutorials',['../elog_tutorial.html',1,'']]]
|
||||||
|
];
|