mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
171 lines
6.0 KiB
HTML
171 lines
6.0 KiB
HTML
<!DOCTYPE html>
|
|
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
|
<title>Contents — fmt 4.0.0 documentation</title>
|
|
|
|
<link rel="stylesheet" href="_static/basic.css" type="text/css" />
|
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
|
<link rel="stylesheet" href="_static/breathe.css" type="text/css" />
|
|
|
|
<script type="text/javascript">
|
|
var DOCUMENTATION_OPTIONS = {
|
|
URL_ROOT: './',
|
|
VERSION: '4.0.0',
|
|
COLLAPSE_INDEX: false,
|
|
FILE_SUFFIX: '.html',
|
|
HAS_SOURCE: true,
|
|
SOURCELINK_SUFFIX: ''
|
|
};
|
|
</script>
|
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
|
<link rel="next" title="Usage" href="usage.html" />
|
|
<meta name="description" content="Small, safe and fast formatting library">
|
|
<meta name="keywords" content="C++, formatting, printf, string, library">
|
|
<meta name="author" content="Victor Zverovich">
|
|
<link rel="stylesheet" href="_static/fmt.css">
|
|
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();
|
|
a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;
|
|
a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
ga('create', 'UA-20116650-4', 'fmtlib.net');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
|
|
</head>
|
|
<body role="document">
|
|
<nav class="navbar navbar-inverse">
|
|
<div class="tb-container">
|
|
<div class="row">
|
|
<div class="navbar-content">
|
|
|
|
<div class="navbar-header">
|
|
<button type="button" class="navbar-toggle collapsed"
|
|
data-toggle="collapse" data-target=".navbar-collapse">
|
|
<span class="sr-only">Toggle navigation</span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
<a class="navbar-brand" href="index.html">{fmt}</a>
|
|
</div>
|
|
|
|
|
|
<div class="collapse navbar-collapse">
|
|
<ul class="nav navbar-nav">
|
|
<li class="dropdown">
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
|
|
role="button" aria-expanded="false">4.0.0
|
|
<span class="caret"></span></a>
|
|
<ul class="dropdown-menu" role="menu">
|
|
|
|
<li><a href="http://fmtlib.net/3.0.0">3.0.0</a></li>
|
|
|
|
<li><a href="http://fmtlib.net/2.0.0">2.0.0</a></li>
|
|
|
|
<li><a href="http://fmtlib.net/1.1.0">1.1.0</a></li>
|
|
|
|
</ul>
|
|
</li>
|
|
|
|
|
|
<li class="active"><a href="contents.html">Contents
|
|
<span class="sr-only">(current)</span></a></li>
|
|
|
|
|
|
|
|
<li><a href="usage.html">Usage</a></li>
|
|
|
|
|
|
|
|
<li><a href="api.html">API</a></li>
|
|
|
|
|
|
|
|
<li><a href="syntax.html">Syntax</a></li>
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
<form class="navbar-form navbar-right" role="search" action="search.html"
|
|
method="get">
|
|
<div class="form-group">
|
|
<input type="text" name="q" class="form-control"
|
|
placeholder="Search" >
|
|
</div>
|
|
<input type="hidden" name="check_keywords" value="yes" />
|
|
<input type="hidden" name="area" value="default" />
|
|
|
|
</form>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
|
|
|
|
<div class="tb-container">
|
|
<div class="row">
|
|
|
|
|
|
<div class="content">
|
|
|
|
<div class="section" id="contents">
|
|
<h1>Contents<a class="headerlink" href="#contents" title="Permalink to this headline">¶</a></h1>
|
|
<div class="toctree-wrapper compound">
|
|
<ul>
|
|
<li class="toctree-l1"><a class="reference internal" href="usage.html">Usage</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="usage.html#building-the-library">Building the library</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="usage.html#header-only-usage-with-cmake">Header-only usage with CMake</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="usage.html#building-the-documentation">Building the documentation</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="usage.html#android-ndk">Android NDK</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="usage.html#homebrew">Homebrew</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1"><a class="reference internal" href="api.html">API Reference</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="api.html#format-api">Format API</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="api.html#write-api">Write API</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="api.html#utilities">Utilities</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="api.html#system-errors">System errors</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="api.html#custom-allocators">Custom allocators</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1"><a class="reference internal" href="syntax.html">Format String Syntax</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="syntax.html#format-specification-mini-language">Format Specification Mini-Language</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="syntax.html#format-examples">Format examples</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="footer" role="contentinfo">
|
|
© Copyright 2012-2015, Victor Zverovich.
|
|
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.1+.
|
|
</div>
|
|
|
|
<script src="_static/bootstrap.min.js"></script>
|
|
|
|
</body>
|
|
</html> |