mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-02 06:06:59 -06:00
Core: Fixed memory info in FreeBSD, ide: Refactoring CodeBase
git-svn-id: svn://ultimatepp.org/upp/trunk@14617 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
f0e40faf72
commit
cd503a34bb
31 changed files with 351 additions and 187 deletions
|
|
@ -86,6 +86,12 @@ void CppBase::Sweep(const Index<int>& file, bool keep)
|
|||
Remove(remove);
|
||||
}
|
||||
|
||||
void CppBase::Append(CppBase&& base)
|
||||
{
|
||||
for(int i = 0; i < base.GetCount(); i++)
|
||||
GetAdd(base.GetKey(i)).Append(pick(base[i]));
|
||||
}
|
||||
|
||||
void CppBase::RemoveFile(int filei)
|
||||
{
|
||||
Index<int> h;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue