problemscpp
A collection of my answers to algorithm problems in c++.
|
#include <pat.h>
Public 成员函数 | |
bi ()=default | |
bi (const string &str) | |
bool | is_palindromic () const |
bi | operator+ (const bi &n2) const |
void | reverse () |
Public 属性 | |
vector< unsigned short > | vec |
|
default |
pat::a::a1024::bi::bi | ( | const string & | str | ) |
bool pat::a::a1024::bi::is_palindromic | ( | ) | const |
引用了 vec.
void pat::a::a1024::bi::reverse | ( | ) |
vector<unsigned short> pat::a::a1024::bi::vec |
被这些函数引用 bi(), is_palindromic(), operator+(), pat::a::a1024::operator<<() , 以及 reverse().