#include <adstring.hpp>
Protected Member Functions | |
adstring_shape (const size_t size) | |
size_t & | size () |
Private Attributes | |
size_t | sz |
Friends | |
class | adstring |
Definition at line 51 of file adstring.hpp.
adstring_shape::adstring_shape | ( | const size_t | size | ) | [inline, protected] |
Definition at line 56 of file adstring.hpp.
size_t& adstring_shape::size | ( | void | ) | [inline, protected] |
Definition at line 60 of file adstring.hpp.
Referenced by adstring_shape(), adstring::buff_size(), adstring::operator=(), adstring::operator[](), and adstring::realloc().
friend class adstring [friend] |
Definition at line 65 of file adstring.hpp.
size_t adstring_shape::sz [private] |
Definition at line 53 of file adstring.hpp.
Referenced by adstring_shape(), and size().
Generated on Tue Mar 8 2016 19:51:38 for ADMB Documentation by 1.8.0 |