Natools

Check-in [2b97af7bf2]
Login
Overview
Comment:s_expressions-caches: instantiation of Natools.S_Expressions.Generic_Caches with default storage pool
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 2b97af7bf2a0d69c18eb8c2ce224ffecc1bad363
User & Date: nat on 2014-02-11 20:57:20
Other Links: manifest | tags
Context
2014-02-12
21:59
Move Check_Stream from Natools.S_Expressions.Printers.Pretty.Tests to Natools.S_Expressions.Test_Tools to make it more widely available check-in: f95cb1f5a8 user: nat tags: trunk
2014-02-11
20:57
s_expressions-caches: instantiation of Natools.S_Expressions.Generic_Caches with default storage pool check-in: 2b97af7bf2 user: nat tags: trunk
2014-02-10
19:50
storage_pools: new package for entities related to storage pools check-in: 0a176c90c4 user: nat tags: trunk
Changes

Added src/natools-s_expressions-caches.ads version [8b010dafba].

















































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
------------------------------------------------------------------------------
-- Copyright (c) 2014, Natacha Porté                                        --
--                                                                          --
-- Permission to use, copy, modify, and distribute this software for any    --
-- purpose with or without fee is hereby granted, provided that the above   --
-- copyright notice and this permission notice appear in all copies.        --
--                                                                          --
-- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES --
-- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF         --
-- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR  --
-- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES   --
-- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN    --
-- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF  --
-- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.           --
------------------------------------------------------------------------------

with Natools.S_Expressions.Generic_Caches;
with Natools.Storage_Pools;

package Natools.S_Expressions.Caches is
  new Natools.S_Expressions.Generic_Caches
  (Natools.Storage_Pools.Access_In_Default_Pool'Storage_Pool,
   Natools.Storage_Pools.Access_In_Default_Pool'Storage_Pool,
   Natools.Storage_Pools.Access_In_Default_Pool'Storage_Pool);