HelenOS sources

append             66 uspace/lib/cpp/include/__bits/adt/hash_table_bucket.hpp         void append(list_node<Value>* node)
append             64 uspace/lib/cpp/include/__bits/adt/list_node.hpp         void append(list_node* node)
append            824 uspace/lib/cpp/include/__bits/string/string.hpp             basic_string& append(const basic_string& str)
append            829 uspace/lib/cpp/include/__bits/string/string.hpp             basic_string& append(const basic_string& str, size_type pos,
append            841 uspace/lib/cpp/include/__bits/string/string.hpp             basic_string& append(const value_type* str, size_type n)
append            852 uspace/lib/cpp/include/__bits/string/string.hpp             basic_string& append(const value_type* str)
append            857 uspace/lib/cpp/include/__bits/string/string.hpp             basic_string& append(size_type n, value_type c)
append            863 uspace/lib/cpp/include/__bits/string/string.hpp             basic_string& append(InputIterator first, InputIterator last)
append            868 uspace/lib/cpp/include/__bits/string/string.hpp             basic_string& append(initializer_list<value_type> init)
HelenOS homepage, sources at GitHub