docs/src/examples.md

Mon, 13 Nov 2017 15:54:17 +0100

author
Mike Becker <universe@uap-core.de>
date
Mon, 13 Nov 2017 15:54:17 +0100
changeset 266
33d229634809
parent 264
24f5484bae97
permissions
-rw-r--r--

toc for examples

     1 ---
     2 title: Examples
     3 ---
     5 On this page you find several example use cases in which the UAP Common
     6 Extensions make life easier.
     7 The examples are ordered by the complexity of the problem and start with
     8 simple showcases.
     9 Finally, we show how to implement a simple [properties editor](#props) with UCX.
    11 <a name="sstr"></a>
    13 ## String
    15 Coming soon...
    17 <a name="list"></a>
    19 ## List
    21 Coming soon...
    23 <a name="mpool"></a>
    25 ## Memory Pool
    27 Coming soon...
    29 <a name="buffer"></a>
    31 ## Buffer
    33 Coming soon...
    35 <a name="tests"></a>
    37 ## Testing
    39 Coming soon...
    41 <a name="props"></a>
    43 ## Properties Editor
    45 Coming soon...

mercurial