LORENE
|
Parameter storage. More...
#include <param.h>
Public Member Functions | |
Param () | |
Default constructor is the only constructor. More... | |
~Param () | |
Destructor. More... | |
void | clean_all () |
Deletes all the objects stored as modifiables, i.e. More... | |
int | get_n_int () const |
Returns the number of stored int 's addresses. More... | |
void | add_int (const int &n, int position=0) |
Adds the address of a new int to the list. More... | |
const int & | get_int (int position=0) const |
Returns the reference of a int stored in the list. More... | |
int | get_n_int_mod () const |
Returns the number of modifiable int 's addresses in the list. More... | |
void | add_int_mod (int &n, int position=0) |
Adds the address of a new modifiable int to the list. More... | |
int & | get_int_mod (int position=0) const |
Returns the reference of a modifiable int stored in the list. More... | |
int | get_n_double () const |
Returns the number of stored double 's addresses. More... | |
void | add_double (const double &x, int position=0) |
Adds the the address of a new double to the list. More... | |
const double & | get_double (int position=0) const |
Returns the reference of a double stored in the list. More... | |
int | get_n_double_mod () const |
Returns the number of stored modifiable double 's addresses. More... | |
void | add_double_mod (double &x, int position=0) |
Adds the address of a new modifiable double to the list. More... | |
double & | get_double_mod (int position=0) const |
Returns the reference of a stored modifiable double . More... | |
int | get_n_tbl () const |
Returns the number of Tbl 's addresses in the list. More... | |
void | add_tbl (const Tbl &ti, int position=0) |
Adds the address of a new Tbl to the list. More... | |
const Tbl & | get_tbl (int position=0) const |
Returns the reference of a Tbl stored in the list. More... | |
int | get_n_tbl_mod () const |
Returns the number of modifiable Tbl 's addresses in the list. More... | |
void | add_tbl_mod (Tbl &ti, int position=0) |
Adds the address of a new modifiable Tbl to the list. More... | |
Tbl & | get_tbl_mod (int position=0) const |
Returns the reference of a modifiable Tbl stored in the list. More... | |
int | get_n_itbl () const |
Returns the number of Itbl 's addresses in the list. More... | |
void | add_itbl (const Itbl &ti, int position=0) |
Adds the address of a new Itbl to the list. More... | |
const Itbl & | get_itbl (int position=0) const |
Returns the reference of a Itbl stored in the list. More... | |
int | get_n_itbl_mod () const |
Returns the number of modifiable Itbl 's addresses in the list. More... | |
void | add_itbl_mod (Itbl &ti, int position=0) |
Adds the address of a new modifiable Itbl to the list. More... | |
Itbl & | get_itbl_mod (int position=0) const |
Returns the reference of a stored modifiable Itbl . More... | |
int | get_n_matrice () const |
Returns the number of Matrice 's addresses in the list. More... | |
void | add_matrice (const Matrice &ti, int position=0) |
Adds the address of a new Matrice to the list. More... | |
const Matrice & | get_matrice (int position=0) const |
Returns the reference of a Matrice stored in the list. More... | |
int | get_n_matrice_mod () const |
Returns the number of modifiable Matrice 's addresses in the list. More... | |
void | add_matrice_mod (Matrice &ti, int position=0) |
Adds the address of a new modifiable Matrice to the list. More... | |
Matrice & | get_matrice_mod (int position=0) const |
Returns the reference of a modifiable Matrice stored in the list. More... | |
int | get_n_cmp () const |
Returns the number of Cmp 's addresses in the list. More... | |
void | add_cmp (const Cmp &ti, int position=0) |
Adds the address of a new Cmp to the list. More... | |
const Cmp & | get_cmp (int position=0) const |
Returns the reference of a Cmp stored in the list. More... | |
int | get_n_cmp_mod () const |
Returns the number of modifiable Cmp 's addresses in the list. More... | |
void | add_cmp_mod (Cmp &ti, int position=0) |
Adds the address of a new modifiable Cmp to the list. More... | |
Cmp & | get_cmp_mod (int position=0) const |
Returns the reference of a modifiable Cmp stored in the list. More... | |
int | get_n_tenseur () const |
Returns the number of Tenseur 's addresses in the list. More... | |
void | add_tenseur (const Tenseur &ti, int position=0) |
Adds the address of a new Tenseur to the list. More... | |
const Tenseur & | get_tenseur (int position=0) const |
Returns the reference of a Tenseur stored in the list. More... | |
int | get_n_tenseur_mod () const |
Returns the number of modifiable Tenseur 's addresses in the list. More... | |
void | add_tenseur_mod (Tenseur &ti, int position=0) |
Adds the address of a new modifiable Tenseur to the list. More... | |
Tenseur & | get_tenseur_mod (int position=0) const |
Returns the reference of a modifiable Tenseur stored in the list. More... | |
int | get_n_map () const |
Returns the number of Map 's addresses in the list. More... | |
void | add_map (const Map &mi, int position=0) |
Adds the address of a new Map to the list. More... | |
const Map & | get_map (int position=0) const |
Returns the reference of a Map stored in the list. More... | |
int | get_n_mtbl_cf () const |
Returns the number of Mtbl_cf 's addresses in the list. More... | |
void | add_mtbl_cf (const Mtbl_cf &mi, int position=0) |
Adds the address of a new Mtbl_cf to the list. More... | |
const Mtbl_cf & | get_mtbl_cf (int position=0) const |
Returns the reference of a Mtbl_cf stored in the list. More... | |
int | get_n_scalar () const |
Returns the number of Scalar 's addresses in the list. More... | |
void | add_scalar (const Scalar &ti, int position=0) |
Adds the address of a new Scalar to the list. More... | |
const Scalar & | get_scalar (int position=0) const |
Returns the reference of a Scalar stored in the list. More... | |
int | get_n_scalar_mod () const |
Returns the number of modifiable Scalar 's addresses in the list. More... | |
void | add_scalar_mod (Scalar &ti, int position=0) |
Adds the address of a new modifiable Scalar to the list. More... | |
Scalar & | get_scalar_mod (int position=0) const |
Returns the reference of a modifiable Scalar stored in the list. More... | |
int | get_n_tensor () const |
Returns the number of Tensor 's addresses in the list. More... | |
void | add_tensor (const Tensor &ti, int position=0) |
Adds the address of a new Tensor to the list. More... | |
const Tensor & | get_tensor (int position=0) const |
Returns the reference of a Tensor stored in the list. More... | |
int | get_n_tensor_mod () const |
Returns the number of modifiable Tensor 's addresses in the list. More... | |
void | add_tensor_mod (Tensor &ti, int position=0) |
Adds the address of a new modifiable Tensor to the list. More... | |
Tensor & | get_tensor_mod (int position=0) const |
Returns the reference of a modifiable Tensor stored in the list. More... | |
int | get_n_etoile () const |
Returns the number of Etoile 's addresses in the list. More... | |
void | add_etoile (const Etoile &eti, int position=0) |
Adds the address of a new Etoile to the list. More... | |
const Etoile & | get_etoile (int position=0) const |
Returns the reference of a Etoile stored in the list. More... | |
int | get_n_star () const |
Returns the number of Star 's addresses in the list. More... | |
void | add_star (const Star &eti, int position=0) |
Adds the address of a new Star to the list. More... | |
const Star & | get_star (int position=0) const |
Returns the reference of a Star stored in the list. More... | |
Private Member Functions | |
Param (const Param &) | |
Copy constructor (private and not implemented to make Param a non-copyable class) More... | |
void | operator= (const Param &) |
Assignment operator (private and not implemented to make Param a non-copyable class) More... | |
Private Attributes | |
int | n_int |
Number of int 's (integers). More... | |
const int ** | p_int |
Array (size n_int ) of the int 's addresses. More... | |
int | n_int_mod |
Number of modifiable int 's (integers). More... | |
int ** | p_int_mod |
Array (size n_int_mod ) of the modifiable int 's addresses. More... | |
int | n_double |
Number of double 's (double precis. More... | |
const double ** | p_double |
Array (size n_double ) of the double 's addresses. More... | |
int | n_double_mod |
Number of modifiable double 's (double precis. More... | |
double ** | p_double_mod |
Array (size n_double_mod ) of the double 's addresses. More... | |
int | n_tbl |
Number of Tbl 's. More... | |
const Tbl ** | p_tbl |
Array (size n_tbl ) of the Tbl 's addresses. More... | |
int | n_tbl_mod |
Number of modifiable Tbl 's. More... | |
Tbl ** | p_tbl_mod |
Array (size n_tbl_mod ) of the modifiable Tbl 's addresses. More... | |
int | n_itbl |
Number of Itbl 's. More... | |
const Itbl ** | p_itbl |
Array (size n_itbl ) of the Itbl 's addresses. More... | |
int | n_itbl_mod |
Number of modifiable Itbl 's. More... | |
Itbl ** | p_itbl_mod |
Array (size n_itbl_mod ) of the modifiable Itbl 's addresses. More... | |
int | n_matrice |
Number of Matrice 's. More... | |
const Matrice ** | p_matrice |
Array (size n_matrice ) of the Matrice 's addresses. More... | |
int | n_matrice_mod |
Number of modifiable Matrice 's. More... | |
Matrice ** | p_matrice_mod |
Array (size n_matrice_mod ) of the modifiable Matrice 's addresses. More... | |
int | n_cmp |
Number of Cmp 's. More... | |
const Cmp ** | p_cmp |
Array (size n_cmp ) of the Cmp 's addresses. More... | |
int | n_cmp_mod |
Number of modifiable Cmp 's. More... | |
Cmp ** | p_cmp_mod |
Array (size n_cmp_mod ) of the modifiable Cmp 's addresses. More... | |
int | n_tenseur |
Number of Tenseur 's. More... | |
const Tenseur ** | p_tenseur |
Array (size n_tenseur ) of the Tenseur 's addresses. More... | |
int | n_tenseur_mod |
Number of modifiable Tenseur 's. More... | |
Tenseur ** | p_tenseur_mod |
Array (size n_tenseur_mod ) of the modifiable Tenseur 's addresses. More... | |
int | n_map |
Number of Map 's. More... | |
const Map ** | p_map |
Array (size n_map ) of the Map 's addresses. More... | |
int | n_mtbl_cf |
Number of Mtbl_cf 's. More... | |
const Mtbl_cf ** | p_mtbl_cf |
Array (size n_mtbl_cf ) of the Mtbl_cf 's addresses. More... | |
int | n_scalar |
Number of Scalar 's. More... | |
const Scalar ** | p_scalar |
Array (size n_scalar ) of the Scalar 's addresses. More... | |
int | n_scalar_mod |
Number of modifiable Scalar 's. More... | |
Scalar ** | p_scalar_mod |
Array (size n_scalar_mod ) of the modifiable Scalar 's addresses. More... | |
int | n_tensor |
Number of Tensor 's. More... | |
const Tensor ** | p_tensor |
Array (size n_tensor ) of the Tensor 's addresses. More... | |
int | n_tensor_mod |
Number of modifiable Tensor 's. More... | |
Tensor ** | p_tensor_mod |
Array (size n_tensor_mod ) of the modifiable Tensor 's addresses. More... | |
int | n_etoile |
Number of Etoile 's. More... | |
const Etoile ** | p_etoile |
Array (size n_etoile ) of the Etoile 's addresses. More... | |
int | n_star |
Number of Star 's. More... | |
const Star ** | p_star |
Array (size n_star ) of the Star 's addresses. More... | |
Parameter storage.
This class is intended to store addresses of various Lorene objects to pass them as parameters in some subroutines. ()
Lorene::Param::Param | ( | ) |
|
private |
Copy constructor (private and not implemented to make Param
a non-copyable class)
Lorene::Param::~Param | ( | ) |
Destructor.
Definition at line 147 of file param.C.
References n_cmp, n_cmp_mod, n_double, n_double_mod, n_etoile, n_int, n_int_mod, n_itbl, n_itbl_mod, n_map, n_matrice, n_matrice_mod, n_mtbl_cf, n_scalar, n_scalar_mod, n_star, n_tbl, n_tbl_mod, n_tenseur, n_tenseur_mod, n_tensor, n_tensor_mod, p_cmp, p_cmp_mod, p_double, p_double_mod, p_etoile, p_int, p_int_mod, p_itbl, p_itbl_mod, p_map, p_matrice, p_matrice_mod, p_mtbl_cf, p_scalar, p_scalar_mod, p_star, p_tbl, p_tbl_mod, p_tenseur, p_tenseur_mod, p_tensor, and p_tensor_mod.
void Lorene::Param::add_cmp | ( | const Cmp & | ti, |
int | position = 0 |
||
) |
void Lorene::Param::add_cmp_mod | ( | Cmp & | ti, |
int | position = 0 |
||
) |
void Lorene::Param::add_double | ( | const double & | x, |
int | position = 0 |
||
) |
void Lorene::Param::add_double_mod | ( | double & | x, |
int | position = 0 |
||
) |
Adds the address of a new modifiable double
to the list.
x | [input] modifiable double the address of which is to be stored |
position | [input] position of the modifiable double in the list of stored modifiable double addresses (default value = 0) |
Definition at line 456 of file param.C.
References n_double_mod, and p_double_mod.
void Lorene::Param::add_etoile | ( | const Etoile & | eti, |
int | position = 0 |
||
) |
void Lorene::Param::add_int | ( | const int & | n, |
int | position = 0 |
||
) |
void Lorene::Param::add_int_mod | ( | int & | n, |
int | position = 0 |
||
) |
void Lorene::Param::add_itbl | ( | const Itbl & | ti, |
int | position = 0 |
||
) |
void Lorene::Param::add_itbl_mod | ( | Itbl & | ti, |
int | position = 0 |
||
) |
Adds the address of a new modifiable Itbl
to the list.
ti | [input] modifiable Itbl the address of which is to be stored |
position | [input] position of the Itbl in the list of stored modifiable Itbl addresses (default value = 0) |
Definition at line 732 of file param.C.
References n_itbl_mod, and p_itbl_mod.
void Lorene::Param::add_map | ( | const Map & | mi, |
int | position = 0 |
||
) |
void Lorene::Param::add_matrice | ( | const Matrice & | ti, |
int | position = 0 |
||
) |
void Lorene::Param::add_matrice_mod | ( | Matrice & | ti, |
int | position = 0 |
||
) |
Adds the address of a new modifiable Matrice
to the list.
ti | [input] modifiable Matrice the address of which is to be stored |
position | [input] position of the Matrice in the list of stored modifiable Matrice addresses (default value = 0) |
Definition at line 869 of file param.C.
References n_matrice_mod, and p_matrice_mod.
void Lorene::Param::add_mtbl_cf | ( | const Mtbl_cf & | mi, |
int | position = 0 |
||
) |
void Lorene::Param::add_scalar | ( | const Scalar & | ti, |
int | position = 0 |
||
) |
void Lorene::Param::add_scalar_mod | ( | Scalar & | ti, |
int | position = 0 |
||
) |
Adds the address of a new modifiable Scalar
to the list.
ti | [input] modifiable Scalar the address of which is to be stored |
position | [input] position of the Scalar in the list of stored modifiable Scalar addresses (default value = 0) |
Definition at line 1420 of file param.C.
References n_scalar_mod, and p_scalar_mod.
void Lorene::Param::add_star | ( | const Star & | eti, |
int | position = 0 |
||
) |
void Lorene::Param::add_tbl | ( | const Tbl & | ti, |
int | position = 0 |
||
) |
void Lorene::Param::add_tbl_mod | ( | Tbl & | ti, |
int | position = 0 |
||
) |
void Lorene::Param::add_tenseur | ( | const Tenseur & | ti, |
int | position = 0 |
||
) |
void Lorene::Param::add_tenseur_mod | ( | Tenseur & | ti, |
int | position = 0 |
||
) |
Adds the address of a new modifiable Tenseur
to the list.
ti | [input] modifiable Tenseur the address of which is to be stored |
position | [input] position of the Tenseur in the list of stored modifiable Tenseur addresses (default value = 0) |
Definition at line 1145 of file param.C.
References n_tenseur_mod, and p_tenseur_mod.
void Lorene::Param::add_tensor | ( | const Tensor & | ti, |
int | position = 0 |
||
) |
void Lorene::Param::add_tensor_mod | ( | Tensor & | ti, |
int | position = 0 |
||
) |
Adds the address of a new modifiable Tensor
to the list.
ti | [input] modifiable Tensor the address of which is to be stored |
position | [input] position of the Tensor in the list of stored modifiable Tensor addresses (default value = 0) |
Definition at line 1558 of file param.C.
References n_tensor_mod, and p_tensor_mod.
void Lorene::Param::clean_all | ( | ) |
Deletes all the objects stored as modifiables, i.e.
all quantities with the suffix mod
.
Definition at line 177 of file param.C.
References n_cmp_mod, n_double_mod, n_int_mod, n_itbl_mod, n_matrice_mod, n_scalar_mod, n_tbl_mod, n_tenseur_mod, n_tensor_mod, p_cmp_mod, p_double_mod, p_int_mod, p_itbl_mod, p_matrice_mod, p_scalar_mod, p_tbl_mod, p_tenseur_mod, and p_tensor_mod.
const Cmp & Lorene::Param::get_cmp | ( | int | position = 0 | ) | const |
Cmp & Lorene::Param::get_cmp_mod | ( | int | position = 0 | ) | const |
Returns the reference of a modifiable Cmp
stored in the list.
position | [input] position of the Cmp in the list of stored modifiable Cmp addresses (default value = 0) |
Cmp
the address of which is stored at the location position
in the list const double & Lorene::Param::get_double | ( | int | position = 0 | ) | const |
Returns the reference of a double
stored in the list.
position | [input] position of the double in the list of stored double addresses (default value = 0) |
double
the address of which is stored at the location position
in the list double & Lorene::Param::get_double_mod | ( | int | position = 0 | ) | const |
Returns the reference of a stored modifiable double
.
position | [input] position of the modifiable double in the list of stored modifiable double addresses (default value = 0) |
double
the address of which is stored at the location position
in the list Definition at line 501 of file param.C.
References n_double_mod, and p_double_mod.
const Etoile & Lorene::Param::get_etoile | ( | int | position = 0 | ) | const |
Returns the reference of a Etoile
stored in the list.
position | [input] position of the Etoile in the list of stored Etoile addresses (default value = 0) |
Etoile
the address of which is stored at the location position
in the list const int & Lorene::Param::get_int | ( | int | position = 0 | ) | const |
int & Lorene::Param::get_int_mod | ( | int | position = 0 | ) | const |
Returns the reference of a modifiable int
stored in the list.
position | [input] position of the modifiable int in the list of stored modifiable int addresses (default value = 0) |
int
the address of which is stored at the location position
in the list const Itbl & Lorene::Param::get_itbl | ( | int | position = 0 | ) | const |
Itbl & Lorene::Param::get_itbl_mod | ( | int | position = 0 | ) | const |
Returns the reference of a stored modifiable Itbl
.
position | [input] position of the Itbl in the list of stored modifiable Itbl addresses (default value = 0) |
Itbl
the address of which is stored at the location position
Definition at line 777 of file param.C.
References n_itbl_mod, and p_itbl_mod.
const Map & Lorene::Param::get_map | ( | int | position = 0 | ) | const |
const Matrice & Lorene::Param::get_matrice | ( | int | position = 0 | ) | const |
Returns the reference of a Matrice
stored in the list.
position | [input] position of the Matrice in the list of stored Matrice addresses (default value = 0) |
Matrice
the address of which is stored at the location position
in the list Matrice & Lorene::Param::get_matrice_mod | ( | int | position = 0 | ) | const |
Returns the reference of a modifiable Matrice
stored in the list.
position | [input] position of the Matrice in the list of stored modifiable Matrice addresses (default value = 0) |
Matrice
the address of which is stored at the location position
in the list Definition at line 914 of file param.C.
References n_matrice_mod, and p_matrice_mod.
const Mtbl_cf & Lorene::Param::get_mtbl_cf | ( | int | position = 0 | ) | const |
Returns the reference of a Mtbl_cf
stored in the list.
position | [input] position of the Mtbl_cf in the list of stored Mtbl_cf addresses (default value = 0) |
Mtbl_cf
the address of which is stored at the location position
in the list int Lorene::Param::get_n_cmp | ( | ) | const |
int Lorene::Param::get_n_cmp_mod | ( | ) | const |
int Lorene::Param::get_n_double | ( | ) | const |
int Lorene::Param::get_n_double_mod | ( | ) | const |
Returns the number of stored modifiable double
's addresses.
Definition at line 449 of file param.C.
References n_double_mod.
int Lorene::Param::get_n_etoile | ( | ) | const |
int Lorene::Param::get_n_int | ( | ) | const |
int Lorene::Param::get_n_int_mod | ( | ) | const |
int Lorene::Param::get_n_itbl | ( | ) | const |
int Lorene::Param::get_n_itbl_mod | ( | ) | const |
Returns the number of modifiable Itbl
's addresses in the list.
Definition at line 725 of file param.C.
References n_itbl_mod.
int Lorene::Param::get_n_map | ( | ) | const |
int Lorene::Param::get_n_matrice | ( | ) | const |
int Lorene::Param::get_n_matrice_mod | ( | ) | const |
Returns the number of modifiable Matrice
's addresses in the list.
Definition at line 862 of file param.C.
References n_matrice_mod.
int Lorene::Param::get_n_mtbl_cf | ( | ) | const |
int Lorene::Param::get_n_scalar | ( | ) | const |
int Lorene::Param::get_n_scalar_mod | ( | ) | const |
Returns the number of modifiable Scalar
's addresses in the list.
Definition at line 1413 of file param.C.
References n_scalar_mod.
int Lorene::Param::get_n_star | ( | ) | const |
int Lorene::Param::get_n_tbl | ( | ) | const |
int Lorene::Param::get_n_tbl_mod | ( | ) | const |
int Lorene::Param::get_n_tenseur | ( | ) | const |
int Lorene::Param::get_n_tenseur_mod | ( | ) | const |
Returns the number of modifiable Tenseur
's addresses in the list.
Definition at line 1138 of file param.C.
References n_tenseur_mod.
int Lorene::Param::get_n_tensor | ( | ) | const |
int Lorene::Param::get_n_tensor_mod | ( | ) | const |
Returns the number of modifiable Tensor
's addresses in the list.
Definition at line 1551 of file param.C.
References n_tensor_mod.
const Scalar & Lorene::Param::get_scalar | ( | int | position = 0 | ) | const |
Returns the reference of a Scalar
stored in the list.
position | [input] position of the Scalar in the list of stored Scalar addresses (default value = 0) |
Scalar
the address of which is stored at the location position
in the list Scalar & Lorene::Param::get_scalar_mod | ( | int | position = 0 | ) | const |
Returns the reference of a modifiable Scalar
stored in the list.
position | [input] position of the Scalar in the list of stored modifiable Scalar addresses (default value = 0) |
Scalar
the address of which is stored at the location position
in the list Definition at line 1465 of file param.C.
References n_scalar_mod, and p_scalar_mod.
const Star & Lorene::Param::get_star | ( | int | position = 0 | ) | const |
const Tbl & Lorene::Param::get_tbl | ( | int | position = 0 | ) | const |
Tbl & Lorene::Param::get_tbl_mod | ( | int | position = 0 | ) | const |
Returns the reference of a modifiable Tbl
stored in the list.
position | [input] position of the Tbl in the list of stored modifiable Tbl addresses (default value = 0) |
Tbl
the address of which is stored at the location position
in the list const Tenseur & Lorene::Param::get_tenseur | ( | int | position = 0 | ) | const |
Returns the reference of a Tenseur
stored in the list.
position | [input] position of the Tenseur in the list of stored Tenseur addresses (default value = 0) |
Tenseur
the address of which is stored at the location position
in the list Tenseur & Lorene::Param::get_tenseur_mod | ( | int | position = 0 | ) | const |
Returns the reference of a modifiable Tenseur
stored in the list.
position | [input] position of the Tenseur in the list of stored modifiable Tenseur addresses (default value = 0) |
Tenseur
the address of which is stored at the location position
in the list Definition at line 1190 of file param.C.
References n_tenseur_mod, and p_tenseur_mod.
const Tensor & Lorene::Param::get_tensor | ( | int | position = 0 | ) | const |
Returns the reference of a Tensor
stored in the list.
position | [input] position of the Tensor in the list of stored Tensor addresses (default value = 0) |
Tensor
the address of which is stored at the location position
in the list Tensor & Lorene::Param::get_tensor_mod | ( | int | position = 0 | ) | const |
Returns the reference of a modifiable Tensor
stored in the list.
position | [input] position of the Tensor in the list of stored modifiable Tensor addresses (default value = 0) |
Tensor
the address of which is stored at the location position
in the list Definition at line 1603 of file param.C.
References n_tensor_mod, and p_tensor_mod.
|
private |
Assignment operator (private and not implemented to make Param
a non-copyable class)
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |