Represents an exception-safe Cocoa NSString which behaves like a shared_ptr but can implicitly cast itself to NSString*.
More...
#import <CinderCocoa.h>
List of all members.
Detailed Description
Represents an exception-safe Cocoa NSString which behaves like a shared_ptr but can implicitly cast itself to NSString*.
Constructor & Destructor Documentation
- cinder: |
|
(const NSString *) |
str |
|
Creates a SafeNsString using an existing NSString. This constructor automatically increments the retain count.
- cinder: |
|
(const std::string &) |
str |
|
Member Function Documentation
The documentation for this class was generated from the following files: