Samond Classes Library 1.2.0-RELEASE build 166
SCStandardErrorStream.h
Go to the documentation of this file.
1 //
2 // SCStandardErrorStream.h
3 // scl
4 //
5 // Created by Viacheslav Smolensky on 12.04.12.
6 // Copyright (c) 2007 - 2017 by Samond Development Corporation. All rights reserved.
7 //
8 
22 #import <scl/SCStream.h>
23 
24 #pragma mark -
25 #pragma mark Константы класса
26 
30 #define SCStandardErrorStreamClass @"SCStandardErrorStream"
31 
58 
59 #pragma mark -
60 #pragma mark Создание экземпляров класса
61 + (SCStandardErrorStream *)stderrStreamWithDelegate:(id<SCStreamDelegate>)delegate;
63 
64 #pragma mark -
65 #pragma mark Инициализация экземпляров класса
66 - (id)initWithDelegate:(id<SCStreamDelegate>)delegate;
67 - (id)init;
68 
69 @end
SCStandardErrorStream * stderrStream()
Definition: SCStandardErrorStream.m:177
Streams events handling class.
Definition: SCStreamDelegate.h:51
Standard system error stream (stderr) access class.
Definition: SCStandardErrorStream.h:57
id init()
Definition: SCStandardErrorStream.m:215
Abstract parent class of the stream classes hierarchy.
Definition: SCStream.h:242