 |
Changeset 3001
- Timestamp:
- 12/09/07 12:57:51
(1 year ago)
- Author:
- kris
- Message:
Had to rename one method to avoid collision errors
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2977 |
r3001 |
|
| 76 | 76 | public final T[] sprint (T[] result, T[] formatStr, ...) |
|---|
| 77 | 77 | { |
|---|
| 78 | | return sprint (result, formatStr, _arguments, _argptr); |
|---|
| 79 | | } |
|---|
| 80 | | |
|---|
| 81 | | /********************************************************************** |
|---|
| 82 | | |
|---|
| 83 | | **********************************************************************/ |
|---|
| 84 | | |
|---|
| 85 | | public final T[] sprint (T[] result, T[] formatStr, TypeInfo[] arguments, ArgList args) |
|---|
| | 78 | return vprint (result, formatStr, _arguments, _argptr); |
|---|
| | 79 | } |
|---|
| | 80 | |
|---|
| | 81 | /********************************************************************** |
|---|
| | 82 | |
|---|
| | 83 | **********************************************************************/ |
|---|
| | 84 | |
|---|
| | 85 | public final T[] vprint (T[] result, T[] formatStr, TypeInfo[] arguments, ArgList args) |
|---|
| 86 | 86 | { |
|---|
| 87 | 87 | T* p = result.ptr; |
|---|
| … | … | |
| 96 | 96 | } |
|---|
| 97 | 97 | else |
|---|
| 98 | | error ("Layout.sprint :: output buffer is full"); |
|---|
| | 98 | error ("Layout.vprint :: output buffer is full"); |
|---|
| 99 | 99 | return len; |
|---|
| 100 | 100 | } |
|---|
Download in other formats:
|
 |
 |
|
 |
Copyright © 2006-2008 Tango. All Rights Reserved. | Page Width:
Static or
Dynamic