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

---
title: Examples
---

On this page you find several example use cases in which the UAP Common
Extensions make life easier.
The examples are ordered by the complexity of the problem and start with
simple showcases.
Finally, we show how to implement a simple [properties editor](#props) with UCX.

<a name="sstr"></a>

## String

Coming soon...

<a name="list"></a>

## List

Coming soon...

<a name="mpool"></a>

## Memory Pool

Coming soon...

<a name="buffer"></a>

## Buffer

Coming soon...

<a name="tests"></a>

## Testing

Coming soon...

<a name="props"></a>

## Properties Editor

Coming soon...

mercurial