A library for working with phylogenetic and population genetic data.
v0.27.0
Dataframe Member List

This is the complete list of members for Dataframe, including all inherited members.

add_col(std::string const &name)Dataframeinline
add_col(std::string const &name, T const &init)Dataframeinline
add_col(std::string const &name, std::vector< T > const &init)Dataframeinline
add_col(std::string const &name, std::vector< T > &&init)Dataframeinline
add_row(std::string const &name)Dataframeinline
add_unnamed_col()Dataframeinline
add_unnamed_col(T const &init)Dataframeinline
add_unnamed_col(std::vector< T > const &init)Dataframeinline
add_unnamed_col(std::vector< T > &&init)Dataframeinline
add_unnamed_row()Dataframeinline
at(size_type col_index)Dataframeinline
at(size_type col_index) constDataframeinline
at(std::string const &col_name)Dataframeinline
at(std::string const &col_name) constDataframeinline
begin()Dataframeinline
begin() constDataframeinline
cbegin()Dataframeinline
cend()Dataframeinline
clear()Dataframeinline
clear_cols()Dataframeinline
clear_rows()Dataframeinline
col_index(std::string const &col_name) constDataframeinline
col_name(size_type col_index) constDataframeinline
col_name(size_type col_index, std::string const &value)Dataframeinline
col_names() constDataframeinline
cols() constDataframeinline
const_iterator typedefDataframe
const_pointer typedefDataframe
const_reference typedefDataframe
container_type typedefDataframe
Dataframe()=defaultDataframe
Dataframe(Dataframe const &other)Dataframeinline
Dataframe(Dataframe &&)=defaultDataframe
empty() constDataframeinline
end()Dataframeinline
end() constDataframeinline
has_col_name(std::string const &col_name) constDataframeinline
has_row_name(std::string const &row_name) constDataframeinline
has_unnamed_cols() constDataframeinline
has_unnamed_rows() constDataframeinline
iterator typedefDataframe
operator=(Dataframe const &other)Dataframeinline
operator=(Dataframe &&)=defaultDataframe
operator[](size_type col_index)Dataframeinline
operator[](size_type col_index) constDataframeinline
operator[](std::string const &col_name)Dataframeinline
operator[](std::string const &col_name) constDataframeinline
pointer typedefDataframe
reference typedefDataframe
remove_col(size_type col_index)Dataframeinline
remove_col(std::string const &col_name)Dataframeinline
remove_row(size_type row_index)Dataframeinline
remove_row(std::string const &row_name)Dataframeinline
replace_col(size_type at_index)Dataframeinline
replace_col(size_type at_index, T const &init)Dataframeinline
replace_col(size_type at_index, std::vector< T > const &init)Dataframeinline
replace_col(size_type at_index, std::vector< T > &&init)Dataframeinline
replace_col(std::string const &at_name)Dataframeinline
replace_col(std::string const &at_name, T const &init)Dataframeinline
replace_col(std::string const &at_name, std::vector< T > const &init)Dataframeinline
replace_col(std::string const &at_name, std::vector< T > &&init)Dataframeinline
row_index(std::string const &row_name) constDataframeinline
row_name(size_type row_index) constDataframeinline
row_name(size_type row_index, std::string const &value)Dataframeinline
row_names() constDataframeinline
rows() constDataframeinline
self_type typedefDataframe
size_type typedefDataframe
swap(self_type &lhs, self_type &rhs)Dataframefriend
validate(Dataframe const &)Dataframefriend
value_type typedefDataframe
~Dataframe()=defaultDataframe