class LCVMstring


Public Methods

[more] LCVMstring(const char * = "")
[more] LCVMstring(const LCVMstring &)
conversion constructor
[more] ~LCVMstring()
copy constructor
[more]const LCVMstring& operator=(const LCVMstring &)
destructor
[more]const LCVMstring& operator=(const char*)
assignment
[more]LCVMstring& operator+=(const LCVMstring &)
assignment of char*
[more]int operator!() const
concatenation
[more]int operator==(const LCVMstring &) const
is LCVMstring empty?
[more]int operator!=(const LCVMstring &) const
test s1 == s2
[more]int operator<(const LCVMstring &) const
test s1 != s2
[more]int operator>(const LCVMstring &) const
test s1 < s2
[more]int operator>=(const LCVMstring &) const
test s1 > s2
[more]int operator<=(const LCVMstring &) const
test s1 >= s2
[more]char& operator[](int)
test s1 <= s2
[more]LCVMstring operator()(int, int)
return char reference
[more]int getLength() const
return a substring
[more]void to_char(char *)
return string length
[more] operator const char *() const


Documentation

o LCVMstring(const char * = "")

o LCVMstring(const LCVMstring &)
conversion constructor

o ~LCVMstring()
copy constructor

oconst LCVMstring& operator=(const LCVMstring &)
destructor

oconst LCVMstring& operator=(const char*)
assignment

oLCVMstring& operator+=(const LCVMstring &)
assignment of char*

oint operator!() const
concatenation

oint operator==(const LCVMstring &) const
is LCVMstring empty?

oint operator!=(const LCVMstring &) const
test s1 == s2

oint operator<(const LCVMstring &) const
test s1 != s2

oint operator>(const LCVMstring &) const
test s1 < s2

oint operator>=(const LCVMstring &) const
test s1 > s2

oint operator<=(const LCVMstring &) const
test s1 >= s2

ochar& operator[](int)
test s1 <= s2

oLCVMstring operator()(int, int)
return char reference

oint getLength() const
return a substring

ovoid to_char(char *)
return string length

o operator const char *() const


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.