mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
git-svn-id: svn://ultimatepp.org/upp/trunk@448 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
50ccc8346b
commit
ff54a6ae7d
55 changed files with 57706 additions and 7366 deletions
|
|
@ -1,20 +1,20 @@
|
|||
template <class T, class U>
|
||||
class X {
|
||||
public:
|
||||
T alfa();
|
||||
T beta;
|
||||
U u;
|
||||
String s;
|
||||
};
|
||||
|
||||
struct Test : X<String, Color>
|
||||
{
|
||||
Test();
|
||||
};
|
||||
|
||||
void Alfa()
|
||||
{
|
||||
Test x;
|
||||
x.beta;
|
||||
x.u. <<<!!!!
|
||||
struct X {
|
||||
int x, y;
|
||||
}
|
||||
point[] = { {1, 2}, {3, 4} };
|
||||
|
||||
String test[] = { "ahoj", "kamarade" };
|
||||
|
||||
struct String {
|
||||
void Test();
|
||||
};
|
||||
|
||||
StatusBar::StatusBar()
|
||||
{
|
||||
String x;
|
||||
Height(5 + max(16, Draw::GetStdFontCy()));
|
||||
frame.style = frame.style = &StyleDefault();
|
||||
SetFrame(frame);
|
||||
AddFrame(grip);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue