APRONXX
0.9.15
/home/mine/apron/apronxx/apxx_oct_inline.hh
Go to the documentation of this file.
1
/* -*- C++ -*-
2
* apxx_oct_inline.hh
3
*
4
* APRON Library / C++ inline functions
5
*
6
* DO NOT INCLUDE THIS FILE DIRECTLY
7
*
8
* Copyright (C) Antoine Mine' 2007
9
*
10
*/
11
/* This file is part of the APRON Library, released under LGPL license
12
with an exception allowing the redistribution of statically linked
13
executables.
14
15
Please read the COPYING file packaged in the distribution.
16
*/
17
18
inline
oct_manager::oct_manager()
19
: manager(oct_manager_alloc())
20
{}
21
22
inline
manager& oct_manager::operator=(
const
manager& m)
23
{
24
return
manager::operator=(m);
25
}
Generated on Fri Aug 29 2025 13:06:03 for APRONXX by
1.13.2