moka.lang
Class char_p

java.lang.Object
  |
  +--moka.lang.char_p

public abstract class char_p
extends java.lang.Object

The char_p class represents the C char* type. A method that accept a char_p object, accept, in fact, a char* argument.


Constructor Summary
char_p()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

char_p

public char_p()