File formatter.cc
FileList > ase > formatter.cc
#include "formatter.hh"
#include <unistd.h>
#include <cstring>
#include <atomic>
#include "testing.hh"
#include "internal.hh"
Namespaces
Type | Name |
---|---|
namespace | Ase The Anklang C++ API namespace. |
namespace | Lib Namespace for implementation internals. |
Macros
Type | Name |
---|---|
define | CC_DECLARE_VLA (Type, var, count) Type var[count] |
Macro Definition Documentation
define CC_DECLARE_VLA
#define CC_DECLARE_VLA (
Type,
var,
count
) Type var[count]
@TODO: * StringFormatter: support directives: %n %S %ls * StringFormatter: support directive flags: I
The documentation for this class was generated from the following file /__w/anklang/anklang/ase/formatter.cc