pikotools/src
Tomasz Sowa 5ce36ea844 changed the way how child_spaces are created in Space class
- removed child_spaces and name pointers
- now a table with child spaces is created under "child_spaces" object field
- a name of the child space is stored in "name" field of the child object

added methods for manipulating with child spaces:
TableType * find_child_space_table()
bool child_spaces_empty()
size_t child_spaces_size()

Space * find_child_space(size_t table_index)
Space & add_child_space(const wchar_t * space_name)
Space & add_child_space(const std::wstring & space_name)

std::wstring * find_child_space_name()
std::wstring get_child_space_name()
bool is_child_space_name(const wchar_t * name)

added additional methods:
size_t str_size()
size_t wstr_size()
size_t object_size()
size_t table_size()
2021-05-21 17:13:11 +02:00
..
convert namespace PT renamed to pt 2021-05-20 16:11:12 +02:00
csv changed utf8 functions: PascalCase to snake_case 2021-05-21 00:24:56 +02:00
date namespace PT renamed to pt 2021-05-20 16:11:12 +02:00
log changed utf8 functions: PascalCase to snake_case 2021-05-21 00:24:56 +02:00
mainoptions changed utf8 functions: PascalCase to snake_case 2021-05-21 00:24:56 +02:00
membuffer namespace PT renamed to pt 2021-05-20 16:11:12 +02:00
space changed the way how child_spaces are created in Space class 2021-05-21 17:13:11 +02:00
textstream namespace PT renamed to pt 2021-05-20 16:11:12 +02:00
utf8 changed utf8 functions: PascalCase to snake_case 2021-05-21 00:24:56 +02:00
Makefile removed definition of CXX and CXXFLAGS from Makefile 2021-05-10 20:07:08 +02:00
Makefile.dep make depend 2021-05-19 03:26:57 +02:00