Last change
on this file since 45 was
29,
checked in by landauf, 17 years ago
|
updated boost from 1_33_1 to 1_34_1
|
File size:
350 bytes
|
Line | |
---|
1 | C = Class('smart_ptr::C', 'smart_ptr.h') |
---|
2 | use_shared_ptr(C) |
---|
3 | |
---|
4 | D = Class('smart_ptr::D', 'smart_ptr.h') |
---|
5 | use_auto_ptr(D) |
---|
6 | |
---|
7 | A = Class('smart_ptr::A', 'smart_ptr.h') |
---|
8 | use_shared_ptr(A) |
---|
9 | |
---|
10 | Function('smart_ptr::NewC', 'smart_ptr.h') |
---|
11 | Function('smart_ptr::NewD', 'smart_ptr.h') |
---|
12 | Function('smart_ptr::NewA', 'smart_ptr.h') |
---|
13 | Function('smart_ptr::GetA', 'smart_ptr.h') |
---|
Note: See
TracBrowser
for help on using the repository browser.