(1) add representation delete and clone functions
authorMinchul Lee <slotus.lee@samsung.com>
Wed, 20 May 2015 07:16:44 +0000 (16:16 +0900)
committerYoungjae Shin <yj99.shin@samsung.com>
Mon, 8 Jun 2015 10:40:30 +0000 (19:40 +0900)
commit4ea46551279ac45d89dd471187664b9dad5cee54
treef21a7c15496c939689feb97873c254ad51834a71
parent9310a46148b82b5ade776fb5857d53f852053f33
(1) add representation delete and clone functions
(2) modify list foreach functions
(3) modify comment style
(4) add doxygen comment for the terms "set" and "append"

Change-Id: I94983217c69a86bf9cd614c00a9ec2234ee7bf56
Signed-off-by: Minchul Lee <slotus.lee@samsung.com>
27 files changed:
lib/ic-common.h
lib/ic-handler.h
lib/ic-ioty-repr.cpp
lib/ic-ioty-repr.h
lib/ic-ioty.cpp
lib/ic-ioty.h
lib/ic-log.h
lib/ic-options.c
lib/ic-options.h
lib/ic-repr-list.c
lib/ic-repr-list.h
lib/ic-repr-obj.c [new file with mode: 0644]
lib/ic-repr-obj.h [new file with mode: 0644]
lib/ic-repr-value.c
lib/ic-repr-value.h
lib/ic-repr.c
lib/ic-repr.h
lib/ic-struct.h
lib/ic-utils.h
lib/ic.c
lib/include/iotcon-constant.h
lib/include/iotcon-errors.h
lib/include/iotcon-representation.h [new file with mode: 0644]
lib/include/iotcon-struct.h
lib/include/iotcon.h
test/crud-test-server.c
test/test-log.h