Go to the source code of this file.
Functions | |
int | alias_array_alias_add (struct AliasViewArray *ava, struct Alias *alias) |
Add an Alias to the AliasViewArray. | |
int | alias_array_alias_delete (struct AliasViewArray *ava, const struct Alias *alias) |
Delete an Alias from the AliasViewArray. | |
int | alias_array_count_visible (struct AliasViewArray *ava) |
Count number of visible Aliases. | |
Array of Alias Views.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file array.c.
int alias_array_alias_add | ( | struct AliasViewArray * | ava, |
struct Alias * | alias | ||
) |
Add an Alias to the AliasViewArray.
ava | Array of Aliases |
alias | Alias to add |
num | Size of array |
-1 | Error |
Definition at line 47 of file array.c.
int alias_array_alias_delete | ( | struct AliasViewArray * | ava, |
const struct Alias * | alias | ||
) |
Delete an Alias from the AliasViewArray.
ava | Array of Aliases |
alias | Alias to remove |
num | Size of array |
-1 | Error |
Definition at line 73 of file array.c.
int alias_array_count_visible | ( | struct AliasViewArray * | ava | ) |
Count number of visible Aliases.
ava | Array of Aliases |
Definition at line 95 of file array.c.