#include <IIntvec.h>
Definition at line 5 of file IIntvec.h.
◆ Intvec() [1/3]
Intvec::Intvec |
( |
iterator |
first, |
|
|
iterator |
last, |
|
|
const allocator_type & |
__a = allocator_type() |
|
) |
| |
|
inline |
Definition at line 8 of file IIntvec.h.
10 :
11 std::vector<int>(first,
last,__a){}
◆ Intvec() [2/3]
Intvec::Intvec |
( |
int |
n = 0 | ) |
|
|
inline |
◆ Intvec() [3/3]
Definition at line 13 of file IIntvec.h.
13 :std::vector<int>(iv.
length())
14 {
17 {
19 }
20 }
◆ allocate_legacy_intvec_copy()
intvec * Intvec::allocate_legacy_intvec_copy |
( |
| ) |
const |
|
inline |
Definition at line 21 of file IIntvec.h.
22 {
25
27 {
29 }
30 return iv;
31 }
const CanonicalForm int s
The documentation for this class was generated from the following file: