Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

AnonymousString.d File Reference

Go to the source code of this file.

Variables

module mango text AnonymousString
import mango convert Type
import mango convert mango
convert 
Unicode
import mango text model UniString


Detailed Description

Copyright (c) 2004 Kris Bell

This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for damages of any kind arising from the use of this software.

Permission is hereby granted to anyone to use this software for any purpose, including commercial applications, and to alter it and/or redistribute it freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment within documentation of said product would be appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.

3. This notice may not be removed or altered from any distribution of the source.

4. Derivative works are permitted, but they must carry this notice in full and credit the original source.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

class AnonymousString : UniString { reset content void set (char[] content); void set (wchar[] content); void set (dchar[] content); }

class UniString { convert content abstract char[] utf8 (char[] dst = null); abstract wchar[] utf16 (wchar[] dst = null); abstract dchar[] utf32 (dchar[] dst = null); }

Version:
Initial version, December 2005
Author:
Kris

Definition in file AnonymousString.d.


Variable Documentation

module mango text AnonymousString
 

Definition at line 56 of file AnonymousString.d.

import mango convert Type
 

Definition at line 58 of file AnonymousString.d.

import mango convert mango convert Unicode
 

Definition at line 58 of file AnonymousString.d.

import mango text model UniString
 

Definition at line 61 of file AnonymousString.d.


Generated on Sat Dec 24 17:28:34 2005 for Mango by  doxygen 1.4.0