added function from_addres_t()

This commit is contained in:
wangyu-
2018-07-24 05:55:59 -05:00
parent 6ccd056d41
commit 2dc0670266
3 changed files with 21 additions and 24 deletions

View File

@@ -248,6 +248,8 @@ union my_ip_t //just a simple version of address_t,stores ip only
char * get_str1() const;
char * get_str2() const;
int from_address_t(address_t a);
};
struct not_copy_able_t